- BasicFrame - Class in it.gdapplicazioni.easy.gui
-
ABSTRACT SUPERCLASS FOR FAST FRAME STRUCTURING
- Complete non-customizable constructors
- Abstract methods for custom frame management
- Frames equipped with JMenuBar, JToolBar and JPanel in which to insert
various components
- Collections for JMenuBar, JToolBar and JPanel components
- Methods for rapid instantiation of major components
- Customizable components ready for event management
- BasicFrame(StringBuilder, String, JFrame, int, Color, Object[]) - Constructor for class it.gdapplicazioni.easy.gui.BasicFrame
-
CONSTRUCTOR FOR EXTENDED FRAME WITH CUSTOM ICON
- Complete non-customizable constructors
- Icon resource file must be located in the project package
- BasicFrame(StringBuilder, JFrame, int, Color, Object[]) - Constructor for class it.gdapplicazioni.easy.gui.BasicFrame
-
CONSTRUCTOR FOR EXTENDED FRAME WITH DEFAULT JAVA ICON
- Complete non-customizable constructors
- BasicFrame(StringBuilder, String, int, int, JFrame, int, Color, Object[]) - Constructor for class it.gdapplicazioni.easy.gui.BasicFrame
-
CONSTRUCTOR FOR SIZED FRAME WITH CUSTOM ICON
- Complete non-customizable constructors
- Icon resource file must be located in the project package
- Instantiate at center of parent frame
(center-screen if parent frame = null)
- Not resizable by user
- BasicFrame(StringBuilder, int, int, JFrame, int, Color, Object[]) - Constructor for class it.gdapplicazioni.easy.gui.BasicFrame
-
CONSTRUCTOR FOR SIZED FRAME WITH DEFAULT JAVA ICON
- Complete non-customizable constructors
- Instantiate at center of parent frame
(center-screen if parent frame = null)
- Not resizable by user
- BasicInterface - Interface in it.gdapplicazioni.easy.gui
-
CONSTANT VALUES INTERFACE
- Fields for setting the values of some attributes of graphic components
- beforeInstantiateComponentFrameSettings(StringBuilder, JFrame, Color, Object...) - Method in class it.gdapplicazioni.easy.gui.BasicFrame
-
METHOD TO MAKE ANY SETTINGS BEFORE INSTANTIATING THE FRAME COMPONENTS USING
THE ARGUMENTS RECEIVED FROM THE CONSTRUCTOR