com.jaccal.console
Class JaccalConsole

java.lang.Object
  extended bycom.jaccal.console.JaccalConsole
All Implemented Interfaces:
ActionListener, EventListener

public class JaccalConsole
extends Object
implements ActionListener

The main console class


Nested Class Summary
protected static class JaccalConsole.WinCloser
          Close the window
 
Field Summary
static JFrame frame
           
protected  ConsolePanel mainPanel
           
 
Constructor Summary
JaccalConsole()
           
 
Method Summary
 void actionPerformed(ActionEvent e)
           
static JFrame createSplashScreen(Component parent)
           
static JDialog createWaitScreen(Component parent)
           
static void main(String[] args)
           
private  void startApplication()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mainPanel

protected ConsolePanel mainPanel

frame

public static JFrame frame
Constructor Detail

JaccalConsole

public JaccalConsole()
Method Detail

main

public static void main(String[] args)

createWaitScreen

public static JDialog createWaitScreen(Component parent)

createSplashScreen

public static JFrame createSplashScreen(Component parent)

startApplication

private void startApplication()

actionPerformed

public void actionPerformed(ActionEvent e)
Specified by:
actionPerformed in interface ActionListener


Copyright © 2005 Chang Sau Sheong, Thomas Tarpin-Lyonnet. All Rights Reserved.