Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- Python
- vaadin
- xPlatform
- 공정능력
- tomcat
- SPC
- hadoop
- table
- SSL
- MSSQL
- mapreduce
- Spring
- IntelliJ
- SQL
- Java
- Kotlin
- mybatis
- Android
- NPM
- 보조정렬
- R
- GIT
- JavaScript
- Eclipse
- plugin
- Sqoop
- Express
- react
- es6
- window
Archives
- Today
- Total
DBILITY
intellij swing Exception in thread "main" java.awt.IllegalComponentStateException: contentPane cannot be set to null. 본문
intellij
intellij swing Exception in thread "main" java.awt.IllegalComponentStateException: contentPane cannot be set to null.
DBILITY 2021. 11. 23. 08:51반응형
이거 보고 광고 한번 안 누른 이는 삼대가 재수가 없을지어다!ㅋㅋ
Exception in thread "main" java.awt.IllegalComponentStateException: contentPane cannot be set to null.
at javax.swing.JRootPane.setContentPane(JRootPane.java:621)
at javax.swing.JDialog.setContentPane(JDialog.java:1047)
at com.dbility.apps.tools.FileChangePresenter.<init>(FileChangePresenter.java:34)
at com.dbility.apps.tools.FileChangePresenter.main(FileChangePresenter.java:204)
javafx를 써 본 지 오래 간단하게 UI용 프로그램을 swing으로 작성했다.
IDE에서 정상 실행되는 프로그램이 독립실행을 했더니 위와 같은 예외가 발생하였다.
maven packaging할때 uber-jar를 만들어서 인가. layout manager를 바꾸면 되나? 필요하면 테스트해 보고.
일단 Settings -> Editor -> GUI Designer에서 다음과 같이 조치하고, IDE 재시작 후 정상 작동한다.
이때, build 후 maven package goal을 실행해야 한다. clean->build->package 순서로 실행.
반응형
'intellij' 카테고리의 다른 글
intellij Memory Indicator heap clean? (0) | 2021.12.02 |
---|---|
intellij sql formatting place comma position change (0) | 2021.11.24 |
intellij java source serialVersionUID Generation (0) | 2021.11.12 |
intellij python environment configuration and project creation (0) | 2021.10.14 |
intellij open editor tabs count set (에디터 창 개수 수정) (0) | 2021.10.06 |
Comments