Documentation



JavaFX Scene Builder: Using JavaFX Scene Builder with Java IDEs

1 Introduction

This chapter gives a brief introduction about JavaFX Scene Builder and gives a brief introduction on what is covered in this document

JavaFX Scene Builder (Scene Builder) enables you to quickly design JavaFX application user interfaces by dragging a UI component from a library of UI components and dropping it into a content view area. The FXML code for the UI layout that you create in the tool is automatically generated in the background. To learn more about Scene Builder's features, see JavaFX Scene Builder User Guide.

Scene Builder can be used as a standalone design tool, but it can also be used in conjunction with Java IDEs so that you can use the IDE to write, build, and run the controller source code that you use with your application's user interface. Although Scene Builder is more tightly integrated with NetBeans IDE, it is also integrated with other Java IDEs described in this document. The integration enables you to open an FXML document using Scene Builder, run the Scene Builder samples, and generate a template for the controller source file.

The following chapters give information about how to configure the NetBeans, Eclipse, or IntelliJ IDEs to use with Scene Builder:

Close Window

Table of Contents

JavaFX Scene Builder: Using JavaFX Scene Builder with Java IDEs

Expand | Collapse