com.scottpreston.javarobot.chapter6
Class WindowUtilities

java.lang.Object
  extended by com.scottpreston.javarobot.chapter6.WindowUtilities

public class WindowUtilities
extends java.lang.Object


Constructor Summary
WindowUtilities()
           
 
Method Summary
static void setJavaLookAndFeel()
           
static void setMotifLookAndFeel()
           
static void setNativeLookAndFeel()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WindowUtilities

public WindowUtilities()
Method Detail

setNativeLookAndFeel

public static void setNativeLookAndFeel()

setJavaLookAndFeel

public static void setJavaLookAndFeel()

setMotifLookAndFeel

public static void setMotifLookAndFeel()