|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectDebug
public class Debug
Field Summary | |
---|---|
static java.io.PrintStream |
fileOut
|
private static int |
lineNumber
|
private static javax.swing.JTextArea |
output
|
Constructor Summary | |
---|---|
Debug()
|
Method Summary | |
---|---|
static void |
addMessage(java.lang.String str)
|
static void |
makeGUI()
|
static void |
println(java.lang.String str)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static java.io.PrintStream fileOut
private static int lineNumber
private static javax.swing.JTextArea output
Constructor Detail |
---|
public Debug()
Method Detail |
---|
public static void println(java.lang.String str)
public static void makeGUI()
public static void addMessage(java.lang.String str)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |