de.nidanet.dev.fun.winter
Class WinterWindow
java.lang.Object
de.nidanet.dev.fun.winter.WinterWindow
public class WinterWindow
- extends Object
A window application that just displays the snow screen and forwards the
start and stop command.
- Since:
- 2009-12-19
- Version:
- 1.0
- Author:
- Nico Danneberg (mail@danneberg.de)
|
Field Summary |
(package private) static JButton |
action
The command button. |
(package private) static Snow |
snow
A reference to the screening object. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
action
static JButton action
- The command button.
snow
static Snow snow
- A reference to the screening object.
WinterWindow
public WinterWindow()
main
public static void main(String[] args)
- Creates and shows the
screening object.
- Parameters:
args - - are not used