Class UserInterface

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, RootPaneContainer, WindowConstants

public class UserInterface extends JFrame
UserInterface class that extends JFrame to create a GUI for the application. It uses a custom BetterCardLayout to manage different panels.
See Also:
  • Field Details

  • Constructor Details

    • UserInterface

      UserInterface()
      Constructs a UserInterface object.