scala.swing

class SimpleGUIApplication

[source: scala/swing/SimpleGUIApplication.scala]

abstract class SimpleGUIApplication
extends GUIApplication
Extend this class for most simple UI applications. Clients need to implement the top method. Framework intialization is done by this class.
Direct Known Subclasses:
ButtonApp, CelsiusConverter, CelsiusConverter2, ComboBoxes, CountButton, Dialogs, GridBagDemo, SwingApp, TableSelection, UIDemo

Method Summary
def main (args : Array[java.lang.String]) : Unit
def resourceFromClassloader (path : java.lang.String) : java.net.URL
def resourceFromUserDirectory (path : java.lang.String) : java.io.File
abstract def top : Frame
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
abstract def top : Frame

def main(args : Array[java.lang.String]) : Unit

def resourceFromClassloader(path : java.lang.String) : java.net.URL

def resourceFromUserDirectory(path : java.lang.String) : java.io.File