org.quickserver.swing
Class JFrameUtilities
java.lang.Object
org.quickserver.swing.JFrameUtilities
- public class JFrameUtilities
- extends java.lang.Object
Swing utility class
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 |
JFrameUtilities
public JFrameUtilities()
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)
Copyright © 2003-2005 QuickServer.org