Uses of Class
net.sf.jguiraffe.gui.app.ApplicationException
-
Packages that use ApplicationException Package Description net.sf.jguiraffe.gui.app In this package the main application class can be found. -
-
Uses of ApplicationException in net.sf.jguiraffe.gui.app
Methods in net.sf.jguiraffe.gui.app that throw ApplicationException Modifier and Type Method Description static void
Application. main(String[] args)
A main method for applications based on this framework.void
Application. processCommandLine(String[] args)
Hook method for processing the command line arguments.void
Application. run()
The main execute method of this application.void
Application. saveUserConfiguration()
Stores the configuration with user specific settings if there have been changes.void
Application. saveUserConfiguration(boolean force)
Stores the configuration with user specific settings.static void
Application. startup(Application application, String[] args)
Starts an application.
-