Package org.sm.smtools.application
package org.sm.smtools.application
Provides an easy-to-use interface for working with a Swing-based GUI.
This package provides a basic core that allows a Swing based GUI to be used. The user can create and add its own components to this GUI, by overriding the specific methods.
-
ClassesClassDescriptionThe
JDerivedGUIApplication
class is a demonstration of the SMTools GUI framework.TheJStandardGUIApplication
class provides a standard Swing based GUI framework.