Java GUI - NOT Swing

Ana

I need a new way to create the graphical user interface of my application. I don't want to use Swing. I'm looking for something that looks a little different. Can you recommend me some other way of creating it, please?

jcollin.be

Yes, javafx could be the way for you. You can create Views using FXML files instead of coding everything in java. The learning curve is not too hard in my view (and I am far from being a guru).

The tool Javafx Scene Builder is here to help you create your views or controls in FXML and integrates nicely with netbeans, and I suppose also with eclipse.

You can adapt the look of your controls using css.

I would suggest to start here to see if it would fit your need: http://docs.oracle.com/javafx/2/overview/jfxpub-overview.htm

この記事はインターネットから収集されたものであり、転載の際にはソースを示してください。

侵害の場合は、連絡してください[email protected]

編集
0

コメントを追加

0

関連記事