私は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)
}
エラー: /some/path/Cls.scala:25: エラー: 見つかりません: タイプ SimpleSwingApplication