|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.mindprod.common13.HybridJ
public final class HybridJ
Converts a JApplet into an Application.
Constructor Summary | |
---|---|
HybridJ()
|
Method Summary | |
---|---|
static void |
fireup(javax.swing.JApplet applet,
java.lang.String title,
int applicationWidth,
int applicationHeight)
Fire up the JApplet as an application |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HybridJ()
Method Detail |
---|
public static void fireup(javax.swing.JApplet applet, java.lang.String title, int applicationWidth, int applicationHeight)
title
- title for frame usually TITLE_STRING+ " " + VERSION_STRINGapplicationWidth
- width of frame, usually APPLET_WIDTHapplicationHeight
- height of frame body, usually APPLET_HEIGHT
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |