org.game.JVirus
Class JVirusFrame.JVirusInfoScreen.Closer

java.lang.Object
  |
  +--java.awt.event.MouseAdapter
        |
        +--org.game.JVirus.JVirusFrame.JVirusInfoScreen.Closer
All Implemented Interfaces:
java.util.EventListener, java.awt.event.MouseListener
Enclosing class:
JVirusFrame.JVirusInfoScreen

protected class JVirusFrame.JVirusInfoScreen.Closer
extends java.awt.event.MouseAdapter

Closer for Infoscreen. Close it if user clicks with mouse.


Constructor Summary
protected JVirusFrame.JVirusInfoScreen.Closer()
           
 
Method Summary
 void mouseClicked(java.awt.event.MouseEvent e)
          from MouseAdapter
 
Methods inherited from class java.awt.event.MouseAdapter
mouseEntered, mouseExited, mousePressed, mouseReleased
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JVirusFrame.JVirusInfoScreen.Closer

protected JVirusFrame.JVirusInfoScreen.Closer()
Method Detail

mouseClicked

public void mouseClicked(java.awt.event.MouseEvent e)
from MouseAdapter
Overrides:
mouseClicked in class java.awt.event.MouseAdapter