Tagged Questions
0
votes
1answer
323 views
How to add scrollable JTextArea to jDesktopPane
I was try several opinion but neither of them it seams to work.
This method returns JTextArea
private static JTextArea getJArea() {
if (jArea == null) {
jArea = new JTextArea();
...