How can I create a “modern looking” Java desktop application?

后端 未结 9 2043
渐次进展
渐次进展 2021-01-30 08:40

Similar questions to this are asked periodically, but many of these answers are outdated.

I need to build a cross-platform desktop application in Java with a GUI of comp

9条回答
  •  甜味超标
    2021-01-30 09:12

    Look into changing the Look and Feel of your Java program. This allows you to customize the overall "theme" of your program. Here is information on changing the LAF.

提交回复
热议问题