| java.lang.Object com.jeta.swingbuilder.main.AbeilleForms
AbeilleForms | public class AbeilleForms (Code) | | This is the main launcher class for the application.
author: Jeff Tassin |
Method Summary | |
public void | launch(String[] args) | public void | launch(String[] args, boolean showFrame) Launches the application and optionally displays the frame window. | public static void | shutdown() |
AbeilleForms | public AbeilleForms()(Code) | | |
launch | public void launch(String[] args)(Code) | | Launches the application and displays the frame window
Parameters: args - command line arguments |
launch | public void launch(String[] args, boolean showFrame)(Code) | | Launches the application and optionally displays the frame window. This
method is needed for command line utilities that depend on the designer
platform but don't show the main frame window.
Parameters: args - command line arguments Parameters: showFrame - true if the main frame is displayed. False otherwise. |
shutdown | public static void shutdown()(Code) | | |
|
|