반응형
요즘 swing으로 프로젝트를 작업하실 분은 거의 없겠지만...
전에 학교에서 widowBuilder없이 순수 코딩으로 스윙프로젝트를 했었던 기억이 나서 공유합니다.
이 좋은 프로그램 두고 힘들게 삽질하실분 없길..
https://www.eclipse.org/windowbuilder/download.php
Installing WindowBuilder Pro | The Eclipse Foundation
The Eclipse Foundation - home to a global community, the Eclipse IDE, Jakarta EE and over 375 open source projects, including runtimes, tools and frameworks.
www.eclipse.org
설치방법은 두가지인데요,
java help -> market에서 검색해서 다운받는 방법이 있구요
위의 링크에서 최신버전의 링크를 복사해서 help - install new software에 붙여넣기 해서 다운받을수도 있습니다.
이후 widowBuilder로 프로젝트를 작업하고 싶으시면
new project - other - windowBuilder - application window로 프로젝트를 생성하시면 됩니다.
만약 다른 swing소스파일을 보고싶으시다면 아래 그림처럼 사용하시면 됩니다.
우클릭 - open with - windowBuilder Editor 입니다.
반응형
'Language > JAVA' 카테고리의 다른 글
RxJAVA - Subject 간단 정리 (0) | 2021.10.17 |
---|---|
JSON 데이터로 JAVA 클래스파일 생성하기 feat.retrofit2 (0) | 2021.06.23 |
Swing으로 커스텀 리스트 뷰 만들기 (0) | 2021.05.28 |
조금 늦게 쓰는 swing 팀 프로젝트 후기 (0) | 2021.05.27 |
Mac에서 java 개발환경 구축하기 (이클립스 설치) (0) | 2021.03.26 |