|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjodd.util.AppletUtil
public class AppletUtil
Misc applet utilities.
Constructor Summary | |
---|---|
AppletUtil()
|
Method Summary | |
---|---|
static void |
center(javax.swing.JFrame frame)
Center frame window. |
static void |
run(javax.swing.JApplet applet,
int width,
int height)
Runs an applet. |
static void |
run(javax.swing.JFrame frame,
int width,
int height)
Runs a frame. |
static void |
run(javax.swing.JPanel panel,
int width,
int height)
Runs a panel. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AppletUtil()
Method Detail |
---|
public static void run(javax.swing.JFrame frame, int width, int height)
public static void run(javax.swing.JApplet applet, int width, int height)
public static void run(javax.swing.JPanel panel, int width, int height)
public static void center(javax.swing.JFrame frame)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |