Best Practice Guide: Swing
        Posted  
        
            by wishi_
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by wishi_
        
        
        
        Published on 2010-04-22T13:21:21Z
        Indexed on 
            2010/04/22
            13:23 UTC
        
        
        Read the original article
        Hit count: 385
        
Hi!
Does anybody know Swing related GUI guidelines - specifically on how to design Swing apps and which components I should use? I'm not looking for an official standard, but pragmatic tips I can use to set a good standard for my projects.
I haven't used too much of Swing by myself. Surely clicking a GUI with a GUI designer isn't a big deal. However I'd like to get some insights from people who have experience with Swing and know what to avoid. Swing lately (in Java 6- 10) got decent changes. So there isn't too much specific standardization out there currently.
© Stack Overflow or respective owner