Hi!
I am a newbie!
This topic or similar ones are floating around but some of them are already closed and yet my query wasn't answered completely and hence posting this thread. Sorry for any repetitive topic.
I want to select a file from the File Open Dialog and display this selected image file into JTextArea on the window. My window contains just JTextArea and a file selection button. I have made the file selection part work very well with the .txt files that are selected through file open dialog box. Now i wish to repeat it for selecting an image file and displaying it in the JTextArea. Can somebody please guide me with the logic and the steps to achieve what I want to achieve?
Thank you in advance!
Regards,
Mozart66