scala.swing

class GUIApplication

[source: scala/swing/GUIApplication.scala]

@deprecated("Use SwingApplication instead")

class GUIApplication
extends AnyRef
Convenience class with utility methods for GUI applications.
Direct Known Subclasses:
SimpleGUIApplication

Method Summary
def init : Unit
Called before the GUI is created. Override to customize.
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
Called before the GUI is created. Override to customize.

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