ponderToolkit.mainConsole
Class Introduction

java.lang.Object
  |
  +--ponderToolkit.mainConsole.Introduction
All Implemented Interfaces:
java.util.EventListener, java.awt.event.MouseListener

public class Introduction
extends java.lang.Object
implements java.awt.event.MouseListener

Function: Handles the introduction screen and progress bar while application is loading.


Constructor Summary
Introduction(java.lang.String newImageFile)
          Constructors
 
Method Summary
 void createIntroScreen()
          Show the intro screen while the rest of the demo loads
 void hideIntro()
          Pop down the intro screen
 void mouseClicked(java.awt.event.MouseEvent event)
          Hide the intoduction screen when the mouse is clicked
 void mouseEntered(java.awt.event.MouseEvent e)
           
 void mouseExited(java.awt.event.MouseEvent e)
           
 void mousePressed(java.awt.event.MouseEvent e)
           
 void mouseReleased(java.awt.event.MouseEvent e)
           
 void showIntroScreen()
          Make it visible
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Introduction

public Introduction(java.lang.String newImageFile)
Constructors
Method Detail

createIntroScreen

public void createIntroScreen()
Show the intro screen while the rest of the demo loads

showIntroScreen

public void showIntroScreen()
Make it visible

hideIntro

public void hideIntro()
Pop down the intro screen

mouseClicked

public void mouseClicked(java.awt.event.MouseEvent event)
Hide the intoduction screen when the mouse is clicked
Specified by:
mouseClicked in interface java.awt.event.MouseListener

mouseEntered

public void mouseEntered(java.awt.event.MouseEvent e)
Specified by:
mouseEntered in interface java.awt.event.MouseListener

mouseExited

public void mouseExited(java.awt.event.MouseEvent e)
Specified by:
mouseExited in interface java.awt.event.MouseListener

mousePressed

public void mousePressed(java.awt.event.MouseEvent e)
Specified by:
mousePressed in interface java.awt.event.MouseListener

mouseReleased

public void mouseReleased(java.awt.event.MouseEvent e)
Specified by:
mouseReleased in interface java.awt.event.MouseListener