1
スケーラスイングでパネル間を移動する方法を知りたい。私が持っている現在のコードは:スケーラのパネル間の移動
val top = new MainFrame {
title = "Predator and Prey Agent simulation"
val buttonExit = new Button {
text = "Exit"
//foo
}
val buttonStart = new Button {
top.visible = false
text = "Play"
}
私は別のクラスで定義した別のフレームに私を連れて欲しいです。どのように私はスカラーでそれを実装するのですか?私は上記のものから再帰的な価値のエラーを取得します。