|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectviews.HelpWindow
public class HelpWindow
Field Summary | |
---|---|
private java.lang.String |
helpURLAddress
|
private javax.swing.JButton |
jButtonClose
|
private javax.swing.JPanel |
jContentPane
|
private javax.swing.JEditorPane |
jEditorPane
|
private javax.swing.JFrame |
jFrame
|
private javax.swing.JScrollPane |
jScrollPane
|
Constructor Summary | |
---|---|
HelpWindow()
|
Method Summary | |
---|---|
private javax.swing.JButton |
getJButtonClose()
This method initializes jButtonClose |
private javax.swing.JPanel |
getJContentPane()
This method initializes jContentPane |
private javax.swing.JEditorPane |
getJEditorPane()
This method initializes jEditorPane |
private javax.swing.JFrame |
getJFrame()
This method initializes jFrame |
private javax.swing.JScrollPane |
getJScrollPane()
This method initializes jScrollPane |
static void |
main(java.lang.String[] args)
This method can be used to test the window. |
boolean |
showMe()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private javax.swing.JFrame jFrame
private javax.swing.JPanel jContentPane
private javax.swing.JButton jButtonClose
private javax.swing.JScrollPane jScrollPane
private javax.swing.JEditorPane jEditorPane
private java.lang.String helpURLAddress
Constructor Detail |
---|
public HelpWindow()
Method Detail |
---|
private javax.swing.JFrame getJFrame()
private javax.swing.JPanel getJContentPane()
private javax.swing.JButton getJButtonClose()
private javax.swing.JScrollPane getJScrollPane()
private javax.swing.JEditorPane getJEditorPane()
public boolean showMe()
public static void main(java.lang.String[] args)
args
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |