Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Scene Builder is now Open Source

Simon VienotDec 3 2013 — edited Dec 3 2013

We're very happy to announce that Scene Builder is now open source, as a part of the OpenJFX project.

The whole Scene Builder functionality is provided, including the SB Kit API (designed for integration of SB features into third party tools) as well as the standalone SB application.

This code is made available under the terms of a BSD-style license, similar to JavaFX samples.

The only part of the product which remains closed is the native packaging/installer code.

Scene Builder source code is located in apps/scenebuilder/ in the OpenJFX repository.

Building and running the Scene Builder application from these sources can be done either of the following ways:

  • From NetBeans: open the SceneBuilderApp project and run it (you need a JDK 1.8 Java Platform configured)
  • From the command line:
    $ cd SceneBuilderApp
    $ ant -Dplatforms.JDK_1.8.home=<path_to_JDK_home> run

As usual your contribution and feedback are welcome.


The Scene Builder team.

Comments

Processing
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Dec 31 2013
Added on Dec 3 2013
3 comments
3,607 views