issrg.utils.gui
Class WindowUtilities

java.lang.Object
  extended by issrg.utils.gui.WindowUtilities

public class WindowUtilities
extends java.lang.Object

Class with Static methods, that when called set the current look and Feel of the Editor.


Constructor Summary
WindowUtilities()
           
 
Method Summary
static void setJavaLookAndFeel()
          Tell system to use Java look and feel.
static void setMotifLookAndFeel()
          Tell system to use Motif look and feel.
static void setNativeLookAndFeel()
          Tell system to use native look and feel.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WindowUtilities

public WindowUtilities()
Method Detail

setNativeLookAndFeel

public static void setNativeLookAndFeel()
Tell system to use native look and feel.


setJavaLookAndFeel

public static void setJavaLookAndFeel()
Tell system to use Java look and feel.


setMotifLookAndFeel

public static void setMotifLookAndFeel()
Tell system to use Motif look and feel.