|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.awt.event.WindowAdapter | +--org.game.JVirus.JVirusFrame.WindowCloser
Helper class for JVirusFrame to close it.
JVirusFrame
Field Summary | |
protected javax.swing.JFrame |
frame
the frame to close |
Constructor Summary | |
JVirusFrame.WindowCloser(javax.swing.JFrame frame)
Main constructor. |
Method Summary | |
void |
windowClosing(java.awt.event.WindowEvent e)
from WindowAdapter. |
Methods inherited from class java.awt.event.WindowAdapter |
windowActivated, windowClosed, windowDeactivated, windowDeiconified, windowIconified, windowOpened |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected javax.swing.JFrame frame
Constructor Detail |
public JVirusFrame.WindowCloser(javax.swing.JFrame frame)
frame
- parent frame.Method Detail |
public void windowClosing(java.awt.event.WindowEvent e)
windowClosing
in class java.awt.event.WindowAdapter
WindowAdapter
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |