org.scubatoolkit
Class GUIUtilities

java.lang.Object
  |
  +--org.scubatoolkit.GUIUtilities

public abstract class GUIUtilities
extends java.lang.Object

This is an abstract class that provides several convenience methods for working with the toolkit's GUI

Author:
Javier Vilalta

Constructor Summary
GUIUtilities()
           
 
Method Summary
static javax.swing.JComboBox getUnitsCombo()
          This method returns a fully populated JComboBox with the default unit system selected based on the user's preferences.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GUIUtilities

public GUIUtilities()
Method Detail

getUnitsCombo

public static javax.swing.JComboBox getUnitsCombo()
This method returns a fully populated JComboBox with the default unit system selected based on the user's preferences.

Returns:


Copyright © 2002 The Scuba Toolkit Team. All Rights Reserved.