Does JavaFX have a “native look and feel” option like Swing?

后端 未结 5 1012
再見小時候
再見小時候 2021-01-31 14:10

It\'s been a couple of years since I\'ve done any Java work, my last efforts were using Swing. I\'m poking around with a cross-platform client app that will interact with a Rai

5条回答
  •  無奈伤痛
    2021-01-31 14:50

    you could definitely embed some css in your application to make the javafx components look more like the standard swing look. With scene builder its actually really easy to get all your tags setup correctly.

    Check this out http://docs.oracle.com/javafx/2/css_tutorial/jfxpub-css_tutorial.htm

提交回复
热议问题