|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.mindprod.common11.Hybrid
public final class Hybrid
Converts a Applet into an Application.
Constructor Summary | |
---|---|
Hybrid()
|
Method Summary | |
---|---|
static void |
fireup(java.applet.Applet applet,
java.lang.String title,
int applicationWidth,
int applicationHeight)
Fire up the Applet as an application |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Hybrid()
Method Detail |
---|
public static void fireup(java.applet.Applet 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 |