scala.swing.test

object HelloWorld

[source: scala/swing/test/HelloWorld.scala]

object HelloWorld
extends GUIApplication
Method Summary
def main (args : Array[java.lang.String]) : Unit
Methods inherited from GUIApplication
init, run
Methods inherited from AnyRef
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized
Methods inherited from Any
==, !=, isInstanceOf, asInstanceOf
Method Details
def main(args : Array[java.lang.String]) : Unit