TreeJuxtaposer
Class Help

java.lang.Object
  |
  +--TreeJuxtaposer.Help

public class Help
extends java.lang.Object

Author:
jslack To change the template for this generated type comment go to Window>Preferences>Java>Code Generation>Code and Comments

Field Summary
static javax.swing.JFrame aboutFrame
           
static javax.swing.JFrame contentFrame
           
private  java.lang.String credits
           
(package private)  java.lang.String filename
           
 
Constructor Summary
(package private) Help()
           
 
Method Summary
protected  java.lang.String getReadme()
          Load a resource and return its contents as a string
protected static java.io.BufferedReader getResourceAsReader(java.lang.String resource)
           
 void showAboutFrame()
           
 void showContentFrame()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

contentFrame

public static javax.swing.JFrame contentFrame

aboutFrame

public static javax.swing.JFrame aboutFrame

filename

java.lang.String filename

credits

private java.lang.String credits
Constructor Detail

Help

Help()
Method Detail

getResourceAsReader

protected static final java.io.BufferedReader getResourceAsReader(java.lang.String resource)

getReadme

protected java.lang.String getReadme()
Load a resource and return its contents as a string

Returns:
resource contents on success; null on failure

showContentFrame

public void showContentFrame()

showAboutFrame

public void showAboutFrame()