import tfd.scala.squib._ import javax.swing.WindowConstants frame( attributes( 'title -> "Hello", 'visible -> true, 'defaultCloseOperation -> WindowConstants.DISPOSE_ON_CLOSE), contents( label( attributes('text->"Hello World") ) ) ).pack