JEphem site
tig API
Build classes

jephem.gui
Class UtilsGUI

java.lang.Object
  |
  +--jephem.gui.UtilsGUI

public abstract class UtilsGUI
extends java.lang.Object

Class containing utility static methods and constants for JEphem's GUI.


Constructor Summary
UtilsGUI()
           
 
Method Summary
static void showErrorMessage(java.lang.Throwable t)
          Convenient method to display an error message
static void showWarningMessage(java.lang.String message)
          Convenient method to display a warning message
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UtilsGUI

public UtilsGUI()
Method Detail

showErrorMessage

public static void showErrorMessage(java.lang.Throwable t)
Convenient method to display an error message


showWarningMessage

public static void showWarningMessage(java.lang.String message)
Convenient method to display a warning message


JEphem site
tig API
Build classes