Do you start migrating your Swing project to JavaFX
        Posted  
        
            by 
                Yan Cheng CHEOK
            
        on Programmers
        
        See other posts from Programmers
        
            or by Yan Cheng CHEOK
        
        
        
        Published on 2012-05-11T17:27:24Z
        Indexed on 
            2012/06/07
            22:47 UTC
        
        
        Read the original article
        Hit count: 409
        
I have a 4 years old project which is written in Swing + SwingX. Currently, it is still alive and still kicking.
However, as more GUI related feature requests coming in (For instance, a sortable tree table), I start to feel the difficulty in fulling the requests. This is true especially there isn't active development going around SwingX project.
Also, I hardly can find any good, yet being actively maintained/ developed/ evolving GUI Java framework.
I was wondering, any of Swing developers feel the same thing? Have you start to migrate your Swing project to a much more active developed GUI framework like JavaFX?
© Programmers or respective owner