QuickServer
v1.4.7

org.quickserver.swing
Class JFrameUtilities

java.lang.Object
  extended byorg.quickserver.swing.JFrameUtilities

public class JFrameUtilities
extends java.lang.Object

Swing utility class


Constructor Summary
JFrameUtilities()
           
 
Method Summary
static void centerWindow(java.awt.Window window)
           
static void run(javax.swing.JApplet applet, int width, int height)
           
static void run(javax.swing.JFrame frame, int width, int height)
           
static void run(javax.swing.JPanel panel, int width, int height)
           
static void setJavaLookAndFeel()
           
static void setMotifLookAndFeel()
           
static void setNativeLookAndFeel()
           
static java.lang.String title(java.lang.Object o)
          Create a title string from the class name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JFrameUtilities

public JFrameUtilities()
Method Detail

title

public static java.lang.String title(java.lang.Object o)
Create a title string from the class name.


run

public static void run(javax.swing.JFrame frame,
                       int width,
                       int height)

run

public static void run(javax.swing.JApplet applet,
                       int width,
                       int height)

run

public static void run(javax.swing.JPanel panel,
                       int width,
                       int height)

setNativeLookAndFeel

public static void setNativeLookAndFeel()

setJavaLookAndFeel

public static void setJavaLookAndFeel()

setMotifLookAndFeel

public static void setMotifLookAndFeel()

centerWindow

public static void centerWindow(java.awt.Window window)

QuickServer
v1.4.7

Copyright © 2003-2006 QuickServer.org