This shows you the differences between two versions of the page.
|
swing:menus_checkboxes_radio [2015/05/11 06:39] gthanos created |
swing:menus_checkboxes_radio [2015/05/11 06:44] gthanos |
||
|---|---|---|---|
| Line 124: | Line 124: | ||
| //Create a scrolled text area. | //Create a scrolled text area. | ||
| output = new JTextArea(5, 30); | output = new JTextArea(5, 30); | ||
| - | output.setEditable(false); | + | output.setEditable(true); |
| scrollPane = new JScrollPane(output); | scrollPane = new JScrollPane(output); | ||