- Java Project 생성 단계에서,
- module-info.java 만들기
- java.desktop 모듈 추가

module ex {
// Defines the AWT and Swing user interface toolkits, plus APIs
// for accessibility, audio, imaging, printing, and JavaBeans.
requires java.desktop;
}
'GUI' 카테고리의 다른 글
[4] Component | Jbutton (0) | 2021.01.12 |
---|---|
[3] Container와 Component (0) | 2021.01.12 |
[2] JPanel | Container (0) | 2021.01.07 |
[1] JFrame | Top-level Container (0) | 2021.01.07 |
GUI (0) | 2021.01.07 |
댓글