Scene Builder 설치

JAVAFX 2022. 4. 7. 17:44

1. 다운로드 설치 

 

https://gluonhq.com/products/scene-builder/

 

Scene Builder - Gluon

Drag & Drop,Rapid Application Development. Download Now   Integrated Scene Builder works with the JavaFX ecosystem – official controls, community projects, and Gluon offerings including Gluon Mobile, Gluon Desktop, and Gluon CloudLink.   Simple Drag

gluonhq.com

 

2. 프로그램 연동 

   Window > Preferences 에서 실행파일 선택

 

'JAVAFX' 카테고리의 다른 글

Controller 처리  (0) 2022.04.12
이클립스 설치  (0) 2022.04.06
JDK 설치  (0) 2022.04.06
ERR_CLEARTEXT_NOT_PERMITTED / ERR_CACHE_MISS  (0) 2019.12.13
Posted by 곰돌이짱
,

이클립스 설치

JAVAFX 2022. 4. 6. 18:13

1. 다운로드 및 설치

 

https://www.eclipse.org/

 

The Community for Open Innovation and Collaboration | The Eclipse Foundation

The Eclipse Foundation - home to a global community, the Eclipse IDE, Jakarta EE and over 415 open source projects, including runtimes, tools and frameworks.

www.eclipse.org

 

 

2. JAVAfx 설치

이클립스 > HELP > Eclipse Marketplace 

 

3. JAVAFX SDK 다운로드

 

https://gluonhq.com/products/javafx/

 

JavaFX - Gluon

Roadmap Release GA Date Latest version Long Term Support Extended or custom support Details 19 September 2022 (planned) early access no 18 March 2022 18 (March 2022) no upon request details 17 September 2021 17.0.2 (January 2022) until September 2026 upon

gluonhq.com

 

   압축해제 후 이클립스 디렉토리로 이동

  

       

4. JAVAFX JAR 등록

 

 

5. R.M > Run AS > Run Configuration 

 

--module-path="C:\eclipse\javafx-sdk-18\lib"
--add-modules=javafx.controls,javafx.fxml

 

'JAVAFX' 카테고리의 다른 글

Controller 처리  (0) 2022.04.12
Scene Builder 설치  (0) 2022.04.07
JDK 설치  (0) 2022.04.06
ERR_CLEARTEXT_NOT_PERMITTED / ERR_CACHE_MISS  (0) 2019.12.13
Posted by 곰돌이짱
,

JDK 설치

JAVAFX 2022. 4. 6. 17:55

1. JDK 다운로드 

 

https://www.oracle.com/java/technologies/downloads/

 

 

2. 환경변수 

  - 시스템변수 추가 

 

1. JAVA_HOME

 

2. 시스템 > Path 에 추가

    %JAVA_HOME%\bin;

 

'JAVAFX' 카테고리의 다른 글

Controller 처리  (0) 2022.04.12
Scene Builder 설치  (0) 2022.04.07
이클립스 설치  (0) 2022.04.06
ERR_CLEARTEXT_NOT_PERMITTED / ERR_CACHE_MISS  (0) 2019.12.13
Posted by 곰돌이짱
,