I am new in Java programming, i'm trying to read from a file to display in a textarea on a GUI, plz i'll appreciate deeply if anybody can help me out with sourcecodes.
problem reading from a file to a textfield
Collapse
X
-
I hope you noticed Jos's hint to prefer Swing over the older AWT.
Here's another hint: look at JTextArea's superclass, JTextComponent:
API for JTextComponentComment
Comment