views
Class HelpWindow

java.lang.Object
  extended by views.HelpWindow

public class HelpWindow
extends java.lang.Object

Author:
Leo Bosnjak

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

jFrame

private javax.swing.JFrame jFrame

jContentPane

private javax.swing.JPanel jContentPane

jButtonClose

private javax.swing.JButton jButtonClose

jScrollPane

private javax.swing.JScrollPane jScrollPane

jEditorPane

private javax.swing.JEditorPane jEditorPane

helpURLAddress

private java.lang.String helpURLAddress
Constructor Detail

HelpWindow

public HelpWindow()
Method Detail

getJFrame

private javax.swing.JFrame getJFrame()
This method initializes jFrame

Returns:
javax.swing.JFrame

getJContentPane

private javax.swing.JPanel getJContentPane()
This method initializes jContentPane

Returns:
javax.swing.JPanel

getJButtonClose

private javax.swing.JButton getJButtonClose()
This method initializes jButtonClose

Returns:
javax.swing.JButton

getJScrollPane

private javax.swing.JScrollPane getJScrollPane()
This method initializes jScrollPane

Returns:
javax.swing.JScrollPane

getJEditorPane

private javax.swing.JEditorPane getJEditorPane()
This method initializes jEditorPane

Returns:
javax.swing.JEditorPane

showMe

public boolean showMe()

main

public static void main(java.lang.String[] args)
This method can be used to test the window.

Parameters:
args -