Ignore:
Timestamp:
05/17/19 14:37:12 (5 years ago)
Author:
bln4
Message:

It is now possible to complete the process of recovering access to a Expeditee account. Further work, in the form of frames in the authentication frameset, are to follow.
A refactoring/tidy up has also been completed.

Location:
trunk/src/org/expeditee/gui
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/expeditee/gui/DisplayController.java

    r1314 r1363  
    2828import java.util.function.BooleanSupplier;
    2929
    30 import org.expeditee.auth.gui.MailBay;
     30import org.expeditee.auth.mail.gui.MailBay;
    3131import org.expeditee.core.Clip;
    3232import org.expeditee.core.Colour;
  • trunk/src/org/expeditee/gui/FrameIO.java

    r1357 r1363  
    5555import org.expeditee.auth.EncryptedExpReader;
    5656import org.expeditee.auth.EncryptedExpWriter;
    57 import org.expeditee.auth.gui.MailBay;
     57import org.expeditee.auth.mail.gui.MailBay;
    5858import org.expeditee.gio.EcosystemManager;
    5959import org.expeditee.io.Conversion;
  • trunk/src/org/expeditee/gui/FrameUtils.java

    r1355 r1363  
    5555import org.expeditee.agents.InvalidFramesetNameException;
    5656import org.expeditee.auth.AuthenticatorBrowser;
    57 import org.expeditee.auth.gui.MailBay;
     57import org.expeditee.auth.mail.gui.MailBay;
    5858import org.expeditee.core.Colour;
    5959import org.expeditee.core.Point;
Note: See TracChangeset for help on using the changeset viewer.