[ JAVA ] 자바 스윙 ( Swing )
- WindowBuilder 사용하기
자, WindowBuilder 를 설치하였으니, 이제 사용해보도록 할까요 ?
File > New > Project
Java Project
원하는 프로젝트 이름을 입력하고 Finish
Enter the desired project name and click Finish.
생성된 WindowBuilder_Example 프로젝트에서, src 폴더 오른쪽 버튼을 클릭합니다.
New > Other... 을 클릭하면 해당 화면으로 오실 수 있습니다.
그리고 Swing Designer > JFrame을 선택하여, Next !
In the generated WindowBuilder_Example project, right click on the src folder. Click New> Other ... and you will be taken to the screen. Then select Swing Designer> JFrame and click Next!
jframe_example01 이라는 이름으로 생성하고, 잘 만들어 졌는지 확인합니다.
Create it with the name jframe_example01 and make sure it is created well.
자 이제, 윈도우 빌더로 마음껏 자바 GUI 개발을 해봅시다 !
아래의 Source 부분으로 직접 코딩을 통해 제작을 한다던가,
Design 부분을 통해 드래그앤드롭으로 디자인을 한다던가 본인에게 맞는 방법으로
GUI 를 만들어 봅시다 ^^
Now let's do the Java GUI development with Windows Builder as much as possible! You can do this by coding directly in the Source section below, Design by drag-and-drop through the design section Let's create GUI :)
부족한 내용, 틀린 내용, 지적하고 싶은 부분, 공감되는 부분
댓글 , 공감등을 통한 참여는 언제든지 환영합니다.
지식 공유를 통해 함께 앞으로
나아갈 수 있도록 도와주시면 감사하겠습니다. ^^
★ 공감, 광고 클릭 한번으로 저에게 큰 힘이 됩니다 ★
Inadequate content, wrong content, points to point out, part of sympathy Please feel free to participate in comments, sympathy, etc. Forward together through knowledge sharing I would appreciate it if you could help me move forward. :)
'Developer > JAVA' 카테고리의 다른 글
[ JAVA ] GUI 툴로 자바프로그래밍 ( Swing, JFrame ) - 프레임 생성 & 버튼 생성 (0) | 2018.08.13 |
---|---|
[ JAVA ] 이클립스 (Runnable) JAR 파일 Export (0) | 2018.08.11 |
[ JAVA ] 자바프로그래밍 -02 (0) | 2018.08.07 |
[ JAVA ] 자바 스윙 ( Swing ) - WindowBuilder 설치하기 (0) | 2018.08.02 |
[ JAVA ] 자바프로그래밍 -01 (0) | 2018.07.31 |