Package noaa.coastwatch.gui
Class TestContainer
java.lang.Object
noaa.coastwatch.gui.TestContainer
The test container class simply creates a
JFrame
and
sets the content pane to the command line specified container. For
example:
java noaa.coastwatch.gui.TestContainer noaa.coastwatch.gui.ProjectionChooser
- Since:
- 3.1.2
- Author:
- Peter Hollemans
- See Also:
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
TestContainer
public TestContainer()
-
-
Method Details
-
main
Performs the main function.- Parameters:
argv
- the list of command line parameters.
-
showFrame
Puts the specified container into a frame and displays it.
-