Re: GUI Help Java Program
Quote:
Originally Posted by
coder752
I don't know what to use, a JFileChooser, or a JTextArea?
From the Javadocs: "A JFileChooser provides a simple mechanism for the user to choose a file". It gives a view of the file system and allows you to make a file or directory selection.
Is that what you want to do?
"A JTextArea is a multi-line area that displays plain text" and allows editing of that text.
Is that what you want to do?
They are quite different functions, you must have some idea what you want to do...? If not, you need to go back to the drawing board and decide what it is you are trying to achieve and what you need to do it.
If you cannot describe what you are doing as a process, you don't know what you're doing...
W. E. Deming