|
|||||||||
| Home >> All >> com >> robrohan >> [ tools overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.robrohan.tools
Class ReadMe

java.lang.Objectjava.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JInternalFrame
com.robrohan.tools.ReadMe
- All Implemented Interfaces:
- javax.accessibility.Accessible, java.awt.image.ImageObserver, java.awt.MenuContainer, javax.swing.RootPaneContainer, java.io.Serializable, javax.swing.WindowConstants
- public class ReadMe
- extends javax.swing.JInternalFrame
the "information" ent. Really just shows html files. note: shouldn't this be in the fagorn directory?
| Nested Class Summary |
| Nested classes inherited from class javax.swing.JInternalFrame |
javax.swing.JInternalFrame.AccessibleJInternalFrame, javax.swing.JInternalFrame.JDesktopIcon |
| Nested classes inherited from class javax.swing.JComponent |
javax.swing.JComponent.AccessibleJComponent |
| Nested classes inherited from class java.awt.Container |
java.awt.Container.AccessibleAWTContainer |
| Nested classes inherited from class java.awt.Component |
java.awt.Component.AccessibleAWTComponent, java.awt.Component.BltBufferStrategy, java.awt.Component.FlipBufferStrategy |
| Field Summary | |
(package private) java.lang.String |
filename
|
private javax.swing.JButton |
jButton1
|
private javax.swing.JPanel |
jPanel3
|
private javax.swing.JPanel |
jPanel4
|
private javax.swing.JPanel |
jPanel5
|
private javax.swing.JScrollPane |
jScrollPane1
|
private javax.swing.JPanel |
panCenter
|
private javax.swing.JPanel |
panTop
|
private javax.swing.JEditorPane |
txtDisplay
|
| Fields inherited from class javax.swing.JInternalFrame |
closable, CONTENT_PANE_PROPERTY, desktopIcon, FRAME_ICON_PROPERTY, frameIcon, GLASS_PANE_PROPERTY, iconable, IS_CLOSED_PROPERTY, IS_ICON_PROPERTY, IS_MAXIMUM_PROPERTY, IS_SELECTED_PROPERTY, isClosed, isIcon, isMaximum, isSelected, LAYERED_PANE_PROPERTY, maximizable, MENU_BAR_PROPERTY, resizable, ROOT_PANE_PROPERTY, rootPane, rootPaneCheckingEnabled, title, TITLE_PROPERTY |
| Fields inherited from class javax.swing.JComponent |
accessibleContext, listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW |
| Fields inherited from class java.awt.Container |
|
| Fields inherited from class java.awt.Component |
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
| Fields inherited from interface javax.swing.WindowConstants |
DISPOSE_ON_CLOSE, DO_NOTHING_ON_CLOSE, EXIT_ON_CLOSE, HIDE_ON_CLOSE |
| Fields inherited from interface java.awt.image.ImageObserver |
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
| Constructor Summary | |
ReadMe()
Creates new form ReadMe |
|
| Method Summary | |
java.lang.String |
getFileName()
returns the currently set file |
private void |
initComponents()
This method is called from within the constructor to initialize the form. |
private void |
jButton1ActionPerformed(java.awt.event.ActionEvent evt)
|
void |
loadFile()
loads the file from the resouce |
void |
setFileName(java.lang.String filename)
Set the file to load into the readme text pane. |
void |
showString(java.lang.String data)
Set the text contents to the passed string |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
filename
java.lang.String filename
jPanel5
private javax.swing.JPanel jPanel5
jPanel4
private javax.swing.JPanel jPanel4
jPanel3
private javax.swing.JPanel jPanel3
panTop
private javax.swing.JPanel panTop
jButton1
private javax.swing.JButton jButton1
txtDisplay
private javax.swing.JEditorPane txtDisplay
jScrollPane1
private javax.swing.JScrollPane jScrollPane1
panCenter
private javax.swing.JPanel panCenter
| Constructor Detail |
ReadMe
public ReadMe()
- Creates new form ReadMe
| Method Detail |
setFileName
public void setFileName(java.lang.String filename)
- Set the file to load into the readme text pane. Note the files can only be in
the resource (i.e. in the jar).
getFileName
public java.lang.String getFileName()
- returns the currently set file
loadFile
public void loadFile()
- loads the file from the resouce
showString
public void showString(java.lang.String data)
- Set the text contents to the passed string
initComponents
private void initComponents()
- This method is called from within the constructor to
initialize the form.
WARNING: Do NOT modify this code. The content of this method is
always regenerated by the Form Editor.
jButton1ActionPerformed
private void jButton1ActionPerformed(java.awt.event.ActionEvent evt)
|
|||||||||
| Home >> All >> com >> robrohan >> [ tools overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC