JavaFX 0 Prepare JavaFX with NetBeans

はじめに Introduction

私は環境構築が嫌いです. できるだけ簡単にJavaFXと日本語のNetBeansを準備してみました. この文章は2016年10月03日に更新しました.

I hate environment construction. Then, I prepared JavaFX and NetBeans. It was very easy.
This description was updated on October 03, 2016.

手順

  1. ここから (https://www.oracle.com/technetwork/java/javase/downloads/index.html) 最新のJavaNetBeansをダウンロードしてインストールする.

  2. ここから (https://gluonhq.com/labs/scene-builder/) をダウンロードしてインストールする.

  3. NetBeansで ツール --> オプション と開いて, Java --> JavaFX の ScenBuilderホーム に先ほどインストールしたScene Builderのパスを指定する.

Process

  1. Download latest from https://www.oracle.com/technetwork/java/javase/downloads/index.html and install latest Java and NetBeans.

  2. Download from https://www.oracle.com/technetwork/java/javafxscenebuilder-1x-archive-2199384.html) and install Scene Builder.

  3. Set the path of Scene Builder on NetBeans Tool --> Option --> Java --> JavaFX --> SceneBuilder home, input the path of Scene Builder.