com.huguesjohnson.jail.jailBreak
Class JailBreak

java.lang.Object
  |
  +--com.huguesjohnson.jail.jailBreak.JailBreak

public class JailBreak
extends java.lang.Object

class JailBreak


Constructor Summary
JailBreak()
          constructor sets the resource path and creates the window
 
Method Summary
static void main(java.lang.String[] arguments)
          entry point for program
 void showAboutDialog()
          displays a program information dialog in the main window
 void writeDebugMessage(java.lang.String message)
          writes a message to the debug frame
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JailBreak

public JailBreak()
constructor sets the resource path and creates the window

Method Detail

showAboutDialog

public final void showAboutDialog()
displays a program information dialog in the main window


writeDebugMessage

public void writeDebugMessage(java.lang.String message)
writes a message to the debug frame

Parameters:
message - the message to write

main

public static void main(java.lang.String[] arguments)
entry point for program

Parameters:
arguments - the command line arguments