Scala Library
|
|
scala/swing/test/Dialogs.scala
]
object
Dialogs
extends
SimpleGUIApplicationValue Summary | |
lazy val
|
label : Label |
lazy val
|
tabs : TabbedPane |
lazy val
|
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.
|
lazy val
|
ui : Panel |
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
label : Label
lazy val
tabs : TabbedPane
lazy val
ui : Panel
lazy val
top : MainFrame
Scala Library
|
|