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

后端 未结 9 1878
渐次进展
渐次进展 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 08:56

    I can also offer you a new LaF to look into - WebLaF. I'am currently working on it to bring a lot of UI features and make work with Swing much easier for anyone by just using WebLaF library basic features.

    A few examples showing how some of WebLaF components look like: Some of WebLaF components

    Some of main goals i am targeting:

    1. Great and modern-looking L&F with support for all Swing components
    2. An extensive set of additional components which you won't find in standard Swing
    3. A big set of Utility classes to assist you with writing the code

    WebLaF library also suggests a few other advantages and unique features:

    1. It is an open-source project (GPLv3 licensed)
    2. Easy components styling using painters system (specifically with 9-patch files)
    3. Quick and easy customization of the default "Web" style
    4. Lots of features to accelerate and simplify Swing application interface creation

    You can try the demo-app to see if it is modern and simple enough :)

提交回复
热议问题