Class WindowUtilities

java.lang.Object
  |
  +--WindowUtilities

public class WindowUtilities
extends java.lang.Object

Swing Vereinfachungen
unter anderem auch LookAndFeel(LAF)- Einstellungen


Constructor Summary
WindowUtilities()
           
 
Method Summary
static void setJavaLookAndFeel()
          Stellt das LAF auf CrossPlatform-like LAF
static void setMetalLookAndFeel()
          Stellt das LAF auf Metal-like LAF
static void setMotifLookAndFeel()
          Stellt das LAF auf Motif-like LAF
static void setNativeLookAndFeel()
          Stellt das LAF auf System-like LAF
static void setWindowsLookAndFeel()
          Stellt das LAF auf Windows-like LAF
 
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()
Stellt das LAF auf System-like LAF


setJavaLookAndFeel

public static void setJavaLookAndFeel()
Stellt das LAF auf CrossPlatform-like LAF


setMotifLookAndFeel

public static void setMotifLookAndFeel()
Stellt das LAF auf Motif-like LAF


setMetalLookAndFeel

public static void setMetalLookAndFeel()
Stellt das LAF auf Metal-like LAF


setWindowsLookAndFeel

public static void setWindowsLookAndFeel()
Stellt das LAF auf Windows-like LAF