我目前正在學習scala,並使用基本的scala swing UI製作加密程序。 我添加了2個擺動按鈕,其中的文本由2 var。 的代碼看起來是這樣的: var encText = "Encrypt"
var decText = "Decrypt"
def top = new MainFrame {
title = "Data Guardian"
mini
我開始學習Scala並且感到困惑。我可以在沒有「擴展SimpleSwingApplication」或「SimpleGUIApplication」的情況下創建圖形用戶界面,或者可能還沒有?我試圖這樣做: import scala.swing._
object Main {
def main(args:Array[String]): Unit = {
val frame = new F
我有一個BoxPanel中的對齊的基本問題。當TextAreas中的任何一個進行輸入時,面板中不是面板寬度的其他組件都隨字符一起移動。 我的錯誤是什麼?謝謝! val exitButton = new Button {
text = "Exit"
borderPainted = true
enabled = true
}
val japaneseTranslat
的定期重繪如果我運行此示例代碼 class ExampleGUIElement extends Panel
{
preferredSize = new Dimension(100, 100)
val rand : Random = Random
override def paintComponent(g: Graphics2D) = g.drawLine(rand.