Provide feedback on JavaFX Scene Builder
The JavaFX Scene Builder Developer Preview was announced earlier this week during the JavaOne Japan keynote session.
JavaFX Scene Builder is a visual layout tool that lets users quickly design JavaFX application user interfaces, without coding. Users can drag
and drop UI components to a work area, modify their properties, apply style sheets, and the FXML code for the layout that they are creating is automatically generated in the background. The result is an FXML file that can then be combined with a Java project by binding the UI to the application’s logic.
Please use this thread to give us some feedback; if you want to file a bug or feature request, please submit a ticket on Jira http://javafx-jira.kenai.com/browse/DTL
Download, Documentation, and Getting Started video are all available at http://www.oracle.com/technetwork/java/javafx/tools/index.html
Thanks,
The JavaFX Scene Builder Product Team
Edited by: javafx4you on Apr 5, 2012 7:47 AM