|
Scala Library
|
|
scala/swing/GUIApplication.scala]
class
GUIApplication
extends AnyRef| 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 |
|
Scala Library
|
|