Use to set deployment options for your project, such as enabling a native packaging or switching a Java SE project to a JavaFX deployment model.
| Features | Description | 
|---|---|
| Enable Native Packaging Actions in Project Menu | Adds a Package As command to the selected project's context menu that enables you to create a self-contained system dependent installation package for your project. | 
| Keep JavaFX RT artifacts on Compile Classpath if not present by default | Enables the IDE to automatically update the JavaFX runtime dependency when a JavaFX class is added to a JavaSE project. | 
| Switch Project to the JavaFX Deployment Model | Changes the SE project to a JavaFX deployment model by creating a project_nameFX.javaclass and adding it to your project. | 
Related Topics
Developing Applications with NetBeans IDE,
| Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements; and to You under the Apache License, Version 2.0. |