scala.swing.test.HelloWorld.scala Maven / Gradle / Ivy
package scala.swing
package test
import swing._
/**
* A simple swing demo.
*/
object HelloWorld extends SimpleSwingApplication {
def top = new MainFrame {
title = "Hello, World!"
contents = new Button("Click Me!")
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy