Hi there!
Could you please suggest a good tutorial about creating GUI with Java?
I know the basic technique from official Sun swing tutorial, and i do not need any recomendations on how to put a button on the panel.
But I realy want to improve the architectural design of my GUI apps. Currently my code looks like a heap of swing calls and it is definitly not what people call OOP. Well maybe someone can suggest a tutorial like “creating a good GUI code with Java”.
BTW, how you implement your GUIs? Do you use some designer applications or do all this things manually?
