| |
|
| java.awt.Frame javax.swing.JFrame br.com.gfp.windows.GFPPrincipal
GFPPrincipal | public class GFPPrincipal extends JFrame (Code) | | This is the GFP main window, its here that the graphical
user interface starts up with splash screen showing during the
loading
author: Igor Regis da Silva Simões |
GFPPrincipal | public GFPPrincipal()(Code) | | Creates new form GFDPrincipal
|
buildMenusAndButtons | public void buildMenusAndButtons(boolean fileOpen)(Code) | | Constróis os menus e a menubar
Parameters: fileOpen - boolean indicando se existe um arquivo aberto |
main | public static void main(String args)(Code) | | Método de entrada do sistema
Parameters: args - the command line arguments |
|
|
|