|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.olduvai.treejuxtaposer.Help
public class Help
Display help and other information about TJ. We use the release README file for dialog.
| Field Summary | |
|---|---|
static javax.swing.JFrame |
aboutFrame
Class state needed by the internal declaration of ActionListener for the help window: The JFrame. |
private static java.lang.String |
filename
Class state needed by the internal declaration of ActionListener for the help window: The filename for the readme file in this directory. |
| Constructor Summary | |
|---|---|
Help()
|
|
| Method Summary | |
|---|---|
protected static java.lang.String |
getReadme()
Load a resource (readme file) and return its contents as a string |
protected static java.io.BufferedReader |
getResourceAsReader(java.lang.String resource)
Helper function used by getReadme(), to load the text file resource. |
static void |
showAboutFrame()
Show the help file in a frame. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static javax.swing.JFrame aboutFrame
private static java.lang.String filename
| Constructor Detail |
|---|
public Help()
| Method Detail |
|---|
protected static final java.io.BufferedReader getResourceAsReader(java.lang.String resource)
getReadme(), to load the text file resource.
resource - The name of the readme file.
protected static java.lang.String getReadme()
public static void showAboutFrame()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||