com.mindprod.common13
Class HybridJ

java.lang.Object
  extended by com.mindprod.common13.HybridJ

public final class HybridJ
extends java.lang.Object

Converts a JApplet into an Application.

Since:
2006-03-07
Version:
1.0 2006-03-07
Author:
Roedy Green, Canadian Mind Products

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

HybridJ

public HybridJ()
Method Detail

fireup

public static void fireup(javax.swing.JApplet applet,
                          java.lang.String title,
                          int applicationWidth,
                          int applicationHeight)
Fire up the JApplet as an application

Parameters:
title - title for frame usually TITLE_STRING+ " " + VERSION_STRING
applicationWidth - width of frame, usually APPLET_WIDTH
applicationHeight - height of frame body, usually APPLET_HEIGHT