How to improve look and feel of JAVA swing GUI?

后端 未结 6 2136
悲哀的现实
悲哀的现实 2020-12-05 03:07

I am working on a project that uses Java Swing. The default look and feel of the Java Swing GUI is very boring. Is there any way I can use a better look and feel? Something

6条回答
  •  抹茶落季
    2020-12-05 03:24

    Look at the Java tutorial for setting the look and feel. In addition to those mentioned there, recent Java 6 releases also include the Nimbus Look and Feel.

提交回复
热议问题