jodd.util
Class AppletUtil

java.lang.Object
  extended by jodd.util.AppletUtil

public class AppletUtil
extends java.lang.Object

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

AppletUtil

public AppletUtil()
Method Detail

run

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


run

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


run

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


center

public static void center(javax.swing.JFrame frame)
Center frame window.



Copyright ©2008 Jodd Team