Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
NetBeans で javafx シーン ビルダーを使用して .fxml ファイルを作成しました。
NetBeans の .fxml ファイルを .java に変換するにはどうすればよいですか? それを変換するプログラムはありますか?
私は fxml があまり得意ではないので、.java ファイルを使用して javafx アプリをコーディングしたいと考えています。
この種のサポートはありません。FXML を使用して UI を視覚的にレイアウトし、コントローラー クラスを使用してそれを Java に接続するという考え方です。
補足: e(fx)clipse では、組み込みデバイスのパフォーマンス上の理由から、FXML ファイルを Java ファイルに変換できるビルド アドオンを開始しました。