scala.swing.test

object LinePainting

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

object LinePainting
extends SimpleGUIApplication
Dragging the mouse draws a simple graph
Author
Frank Teubler, Ingo Maier
Value Summary
lazy val ui : Panel
Method Summary
def top : MainFrame
A GUI application's version of the main method. Called by the default main method implementation provided by this class. Implement to return the top-level frame of this application.
Methods inherited from SimpleGUIApplication
main, resourceFromClassloader, resourceFromUserDirectory
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
Value Details
lazy val ui : Panel

Method Details
def top : MainFrame
A GUI application's version of the main method. Called by the default main method implementation provided by this class. Implement to return the top-level frame of this application.
Overrides
SimpleGUIApplication.top