Class MyWindow

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

public class MyWindow extends JFrame
Main window for my application!
Author:
nilstes
See Also:
  • Constructor Details

    • MyWindow

      public MyWindow(String title)
      Constructor for window
      Parameters:
      title - Title ow the window
      See Also: