Hi guys, I study Java since a few time, I have a basic knowledge of the JRE, JDK, Eclipse, and OOP programming.
While I'm trying to get better reading my book and doing its exercises sometimes it's boring and I try to do something on my own.
I already developed some command line applications but now I'd like to do an application I'd need so bad.
But I'd need your help since I'm not so good with graphic interfaces and I don't know how to start.
(I use windowsbuilder on Eclipse though)
So, I'd like to do a very simple kind of notepad that operates on a single file.
So I just need a frame and a "textarea?" where I can write anything.
Then everytime I open it, I want the things I wrote the last time to be shown.
(Maybe with a "save" menu).
Obviously if I delete things I don't want to see them anymore.
It has to be kind of notepad but a notepad that operates just on a single document.
I don't need other features.
Could you tell me in which way I have to work, how to start or help me with some little samples of code?
Thanks in advice to those who are gonna help me