|
how begin with writing a new program ?
Hi again, it took a while to return here, I start again reading about java, and i would like to have your opinion about how you start to write a new program?
I was thinking to start with "pieces" make the gui, the behavior, the threads, command buttons, and many more.. and all separately from each other "piece", but i need them all to be classes and not all to be main(s) and to have only one main that runs all others. So do you have any suggestion for me?
|