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