de.nidanet.dev.fun.winter
Class WinterWindow

java.lang.Object
  extended by 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.
 
Constructor Summary
WinterWindow()
           
 
Method Summary
static void main(String[] args)
          Creates and shows the screening object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

action

static JButton action
The command button.


snow

static Snow snow
A reference to the screening object.

Constructor Detail

WinterWindow

public WinterWindow()
Method Detail

main

public static void main(String[] args)
Creates and shows the screening object.

Parameters:
args - - are not used