scala.swing

class GUIApplication

[source: scala/swing/GUIApplication.scala]

class GUIApplication
extends AnyRef
Direct Known Subclasses:
SimpleGUIApplication, HelloWorld

Method Summary
def init : Unit
def run (prog : => Unit) : Unit
Initializes the framework and runs the given program.
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 init : Unit

def run(prog : => Unit) : Unit
Initializes the framework and runs the given program.