Real life Java Swing Project
        Posted  
        
            by santiagobasulto
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by santiagobasulto
        
        
        
        Published on 2010-05-19T03:42:26Z
        Indexed on 
            2010/05/19
            5:00 UTC
        
        
        Read the original article
        Hit count: 266
        
Hi everybody!
I've been working with swing for the last 2 years, but i'm still not satisfy with my own work. The apps are "fast" enough, but the development isn't enough "clean".
Can you recommend me any real world project, book, or something similar that shows me how a real world swing app work. May be a framework, something structured, etc.
For example, i'm thinking i may code a "window manager" that has all the window of the app in an unified resource, may be cached, etc. I think all those good ideas must be implemented already.
Thanks!
© Stack Overflow or respective owner