All Downloads are FREE. Search and download functionalities are using the official Maven repository.

decodes.gui.GuiApp Maven / Gradle / Ivy

Go to download

A collection of software for aggregatting and processing environmental data such as from NOAA GOES satellites.

The newest version!
/*
*  $Id$
*
*  $State$
*
*  $Log$
*  Revision 1.1  2008/04/04 18:21:03  cvs
*  Added legacy code to repository
*
*  Revision 1.1  2001/04/21 01:31:38  mike
*  Created.
*
*
*/
package decodes.gui;


import java.awt.Frame;

/**
Monostate class for accessing global data for GUI applications.
*/
public class GuiApp
{
	public static Frame topFrame = null;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy