user interface - Java GUI - NOT Swing -


i need new way create graphical user interface of application. don't want use swing. i'm looking looks little different. can recommend me other way of creating it, please?

yes, javafx way you. can create views using fxml files instead of coding in java. learning curve not hard in view (and far being guru).

the tool javafx scene builder here create views or controls in fxml , integrates nicely netbeans, , suppose eclipse.

you can adapt of controls using css.

i suggest start here see if fit need: http://docs.oracle.com/javafx/2/overview/jfxpub-overview.htm


Comments

Popular posts from this blog

facebook - android ACTION_SEND to share with specific application only -

python - Creating a new virtualenv gives a permissions error -

javascript - cocos2d-js draw circle not instantly -