- Видео 1
- Просмотров 1 005
Carlos Gonzalez
Добавлен 23 ноя 2021
How to Use JavaFX with Eclipse, IntelliJ, and Visual Studio Code
//////////////////// JavaFX ////////////////////
00:00 Download JavaFX SDK
gluonhq.com/products/javafx/
//////////////////// Eclipse ////////////////////
00:35 Eclipse - Create Project
- module-info.java file may work if you add "requires" and "open" statements like in the IntelliJ example
01:14 Eclipse - FX Library
02:00 Eclipse - Module Path
02:38 Eclipse - VM Arguments
--module-path (path-to-FX-library) --add-modules javafx.controls,javafx.fxml
03:28 Eclipse - Configure other class that uses JavaFX too
03:55 Eclipse - Running JavaFX Program
//////////////////// IntelliJ ////////////////////
04:08 IntelliJ - Create Project
04:53 IntelliJ - FX Library
05:34 IntelliJ - module-info.java
{
requires javafx....
00:00 Download JavaFX SDK
gluonhq.com/products/javafx/
//////////////////// Eclipse ////////////////////
00:35 Eclipse - Create Project
- module-info.java file may work if you add "requires" and "open" statements like in the IntelliJ example
01:14 Eclipse - FX Library
02:00 Eclipse - Module Path
02:38 Eclipse - VM Arguments
--module-path (path-to-FX-library) --add-modules javafx.controls,javafx.fxml
03:28 Eclipse - Configure other class that uses JavaFX too
03:55 Eclipse - Running JavaFX Program
//////////////////// IntelliJ ////////////////////
04:08 IntelliJ - Create Project
04:53 IntelliJ - FX Library
05:34 IntelliJ - module-info.java
{
requires javafx....
Просмотров: 1 007
Thanks man!!! Was stuck with this issue, seems the issue was with adding the module path in the launch config. Anyways it is working now, thanks again, keep up the good work!!
thanks, continue your great work ! I really appreciate that you present the 3 environment ! Tips to improve your audio : supress the background noise and speak clearly, if your mic is too loud, just adjust the audio (no whispering)