pmp.gui
Class MainWindow

java.lang.Object
  extended by pmp.gui.MainWindow
All Implemented Interfaces:
java.awt.event.ActionListener, java.lang.Runnable, java.util.EventListener

public class MainWindow
extends java.lang.Object
implements java.lang.Runnable, java.awt.event.ActionListener

Main class for GUI interface of PMP.

Title: PMP: Macroprocessor

Description: Java macroprocessor

Copyright: Copyright (c) 2005

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

Constructor Summary
MainWindow()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 void createAndShowGUI()
          Creates GUI.
static void main(java.lang.String[] args)
           
 void run()
          Method specified by Runnable interface.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MainWindow

public MainWindow()
Method Detail

main

public static void main(java.lang.String[] args)

run

public void run()
Method specified by Runnable interface. Invoked by AWT thread.

Specified by:
run in interface java.lang.Runnable

createAndShowGUI

public void createAndShowGUI()
Creates GUI. Should be invoked from AWT dispatching thread.


actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Specified by:
actionPerformed in interface java.awt.event.ActionListener