pmp.gui
Class AboutFrame

java.lang.Object
  extended by pmp.gui.AboutFrame

public class AboutFrame
extends java.lang.Object

"About" dialog.

Title: PMP: Macroprocessor

Description: Java macroprocessor

Copyright: Copyright (c) 2005

Version:
1.0
Author:
Luděk Hlaváček

Field Summary
static java.lang.String ABOUT_INFO
           
protected static javax.swing.JFrame frame
          Help frame
static java.lang.String HELP_FILE
          Location of help file for GUI.
 
Constructor Summary
AboutFrame()
           
 
Method Summary
static void showAboutFrame(java.awt.Component parent)
          Shows About dialog
static void showHelpFrame()
          Shows Help frame
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ABOUT_INFO

public static final java.lang.String ABOUT_INFO
See Also:
Constant Field Values

frame

protected static javax.swing.JFrame frame
Help frame


HELP_FILE

public static final java.lang.String HELP_FILE
Location of help file for GUI.

See Also:
Constant Field Values
Constructor Detail

AboutFrame

public AboutFrame()
Method Detail

showAboutFrame

public static void showAboutFrame(java.awt.Component parent)
Shows About dialog

Parameters:
parent - parent component

showHelpFrame

public static void showHelpFrame()
Shows Help frame