Home
last modified time | relevance | path

Searched refs:jTextArea (Results 1 – 1 of 1) sorted by relevance

/external/kotlinx.coroutines/ui/kotlinx-coroutines-swing/test/examples/
DSwingExampleApp.kt23 val jTextArea = JTextArea(11, 10) in createAndShowGUI() constant
24 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()