Class TestContainer

java.lang.Object
noaa.coastwatch.gui.TestContainer

public class TestContainer extends Object
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 Details

    • TestContainer

      public TestContainer()
  • Method Details

    • main

      public static void main(String[] argv)
      Performs the main function.
      Parameters:
      argv - the list of command line parameters.
    • showFrame

      public static void showFrame(Container container)
      Puts the specified container into a frame and displays it.