Searched refs:jTextArea (Results 1 – 1 of 1) sorted by relevance
23 val jTextArea = JTextArea(11, 10) in createAndShowGUI() constant24 jTextArea.margin = Insets(5, 5, 5, 5) in createAndShowGUI()25 jTextArea.isEditable = false in createAndShowGUI()30 panel.add(jTextArea) in createAndShowGUI()40 jTextArea.append( in createAndShowGUI()