Source : BackupEngineGui.java

CS22120 Group Project - project source listings

Questions and comments on this file can be directed to this classes author: No Auhtor defined.

View Test Results.


package cs221.groupk.ticketing.gui;

import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
import javax.swing.event.*;

import cs221.groupk.ticketing.*;
import cs221.groupk.common.*;

/**
 * 
 * <P><I>Code spell-checked - Chris Milner - 5th December 2000.</I><P>
 *
 */
public class BackupEngineGUI extends JFrame implements GuiConstants
{
  protected StationBackupEngine stationBackupEngine;

  /**
   * drawComponents method is called from <CODE>execute()</CODE> to create 
   * the JFrame, and initilise all components.
   */
  protected void drawComponents()
  {
  }

  /**
   * execute is the first non-static method called by <CODE>main</CODE>.
   */
  protected void execute()
  {
    drawComponents();
  }
}


Up one level.

Page automatically generated on: 26/01/01 at: 10:48:20.