viewguitest
Class ImageMapTest

java.lang.Object
  extended by viewguitest.ImageMapTest
All Implemented Interfaces:
ActionListener, EventListener

public class ImageMapTest
extends Object
implements ActionListener

The MainView class handles all of the GUI, the rendering the management of options etc. More specifications to come

Author:
nlharr

Constructor Summary
ImageMapTest()
           
 
Method Summary
 void actionPerformed(ActionEvent e)
          Handles events for the TimerLabelTest
static void createAndShowGUI()
          Create the GUI and shows it.
 Container getContentPane()
           
static void main(String[] args)
          Tests the basics of loading images and getting images with the ImageMap class Tests loadImage, getImage, loadImageList
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImageMapTest

public ImageMapTest()
Method Detail

getContentPane

public Container getContentPane()

actionPerformed

public void actionPerformed(ActionEvent e)
Handles events for the TimerLabelTest

Specified by:
actionPerformed in interface ActionListener

createAndShowGUI

public static void createAndShowGUI()
Create the GUI and shows it.


main

public static void main(String[] args)
Tests the basics of loading images and getting images with the ImageMap class Tests loadImage, getImage, loadImageList