public class TestContainer
extends java.lang.Object
JFrame
and
sets the content pane to the command line specified container. For
example:
java noaa.coastwatch.gui.TestContainer noaa.coastwatch.gui.ProjectionChooser
JFrame
Constructor and Description |
---|
TestContainer() |
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] argv)
Performs the main function.
|
static void |
showFrame(java.awt.Container container)
Puts the specified container into a frame and displays it.
|