スケーラスイングでパネル間を移動する方法を知りたい。私が持っている現在のコードは: val top = new MainFrame {
title = "Predator and Prey Agent simulation"
val buttonExit = new Button {
text = "Exit"
//foo
}
val bu
相対パスを使用して画像パネルからの画像にアクセスしようとしています。 Eclipseプロジェクトでは、画像の中にimageという名前のフォルダがあります。ここに私のコードです: val top = new MainFrame {
title = "Predator and Prey Agent simulation"
val buttonExit = new Button