scala.swing.test

object CelsiusConverter2

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

object CelsiusConverter2
extends SimpleSwingApplication
Value Summary
val celsius : TextField
val fahrenheit : TextField
lazy val ui : FlowPanel
Values and Variables inherited from Reactor
reactions
Method Summary
def newField : TextField
def top : MainFrame
Methods inherited from SimpleSwingApplication
startup, resourceFromClassloader, resourceFromUserDirectory
Methods inherited from SwingApplication
main, quit, shutdown
Methods inherited from Reactor
listenTo, deafTo
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
val celsius : TextField

val fahrenheit : TextField

lazy val ui : FlowPanel

Method Details
def newField : TextField

def top : MainFrame
Overrides
SimpleSwingApplication.top