Package org.opengis.test.runner
Class Main
- Object
-
- Main
-
-
Method Summary
Modifier and Type Method Description static voidmain(String[] arguments)The application entry point.static voidstartSwingApplication()Starts the swing application.
-
-
-
Method Detail
-
main
public static void main(String[] arguments)
The application entry point. Current implementation starts the Swing application. Future versions may provides different alternatives based on the command-line arguments.- Parameters:
arguments- must be an empty string in current version. Future versions may accept some command-line arguments.
-
startSwingApplication
public static void startSwingApplication()
Starts the swing application.
-
-