Static Public Member Functions | |
| static CGPApp | getApplication () |
| static void | main (String[] args) |
Protected Member Functions | |
| void | startup () |
| void | configureWindow (java.awt.Window root) |
Definition at line 13 of file CGPApp.java.
| void org.classroomgaming.cgp.CGPApp.configureWindow | ( | java.awt.Window | root | ) | [protected] |
This method is to initialize the specified window by injecting resources. Windows shown in our application come fully initialized from the GUI builder, so this additional configuration is not needed.
Definition at line 29 of file CGPApp.java.
| static CGPApp org.classroomgaming.cgp.CGPApp.getApplication | ( | ) | [static] |
A convenient static getter for the application instance.
Definition at line 36 of file CGPApp.java.
| static void org.classroomgaming.cgp.CGPApp.main | ( | String[] | args | ) | [static] |
Main method launching the application.
Definition at line 43 of file CGPApp.java.
| void org.classroomgaming.cgp.CGPApp.startup | ( | ) | [protected] |
At startup create and show the main frame of the application.
Definition at line 19 of file CGPApp.java.
1.5.8