
Helpful Java Swing Articles
August 5, 2008I have been doing java swing development for the last few years – whenever I start a new contract job on an existing swing project I am usually amazed that people working with swing have never heard or seen these two articles on java.net
- closure style actions
Make sure you are not writing tons of inner classes to handle your actions or even use a global event handler - modify swing when the components are added
This is great to style a component when it is added to the UI according to the operating system or make a change to a component without having to implement it for every look and feel that you support
These two articles can be a great starting point to make your life developing swing easier.
Wow, those are some very good articles. I have only worked with Swing for a couple of months and that is what really got me turned on to using Java. I will certainly make use of this information.
[...] some other helpful links for building swing applications have a look at helpful-java-swing-articles Possibly related posts: (automatically generated)Exception Management Architecture GuideException [...]