import swing._ object HelloDotNetWorld { def main(args: Array[String]) { System.Windows.Forms.MessageBox.Show ("Goodbye, World!") } }