i'm looking at some example code that is erroring out in scala 2.9.1:
import javax.swing.JFrame import javax.swing.JMenuBar import javax.swing.JButton import javax.swing._ import com.sun.java.swing.plaf.nimbus.NimbusLookAndFeel import javax.swing.{UIManager} object UI extends SimpleSwingApplication { UIManager.setLookAndFeel(new NimbusLookAndFeel) } error: /some/path/Cls.scala:25: error: not found: type SimpleSwingApplication