All Downloads are FREE. Search and download functionalities are using the official Maven repository.

scala.swing.test.HelloWorld.scala Maven / Gradle / Ivy

There is a newer version: 2.11.0-M7
Show newest version
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