我正在查看一些在 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