Can we develop very good looking UI in swing and if not what are alternatives

前端 未结 6 857
既然无缘
既然无缘 2021-01-30 18:04

In my current project we have to develop a good looking desktop based application in java.

Currently, we have a very basic desktop application written in swing and team

6条回答
  •  耶瑟儿~
    2021-01-30 18:22

    Swing is very flexible with regards to look-and-feel and you can certainly make very good looking applications with Swing.

    I recommend the book Filthy Rich Clients by Chet Haase and Romain Guy if you want to learn how to make nice Swing GUI applications.

提交回复
热议问题