I am trying to get a JTextArea to clear, or be set to blank, so I have a button that sets the area to " " (area.setText(" ");), but it doesn't do anything, and the text that's in the box will just stay there.
Also, I made two panels inside a frame using a GridLayout, and I want to layout components inside each of the panels, how do I do that, right now I have, what I guess is a flowlayout inside each panel.
2006-11-12
06:14:55
·
4 answers
·
asked by
123SP
1
in
Computers & Internet
➔ Programming & Design