tobyweston / radiate

Build monitor for TeamCity written in Scala
Apache License 2.0
14 stars 3 forks source link

Separate screensaver behaviour from standalone application behaviour #11

Open timt opened 11 years ago

timt commented 11 years ago

e.g. For screensaver any key stroke should exit the screen saver, this would not be correct for the standalone version

tobyweston commented 11 years ago

Subclassing SwingUi as ScreenSaver could be neat.

Have a separate main method accepting command line arguments is a must.