Exception in thread main java.awt.IllegalComponentStateException contentPane cannot be set to null.

問題描述

使用IDEA建立Swing佈局文件和綁定Class後沒法運行,報錯信息以下:java

Exception in thread "main" java.awt.IllegalComponentStateException: contentPane cannot be set to null.
	at java.desktop/javax.swing.JRootPane.setContentPane(JRootPane.java:594)
	at java.desktop/javax.swing.JFrame.setContentPane(JFrame.java:679)
	at ComiNX.main(ComiNX.java:15)

Execution failed for task ':ComiNX.main()'.
> Process 'command 'C:/Program Files/Java/jdk-14.0.1/bin/java.exe'' finished with non-zero exit value 1

問題解決

在帖子Intellij (Swing) GUI not compiling because of Gradle中有人指出這是由於使用Gradle編譯的緣由。所以能夠得出解決方法:shell

使用Maven代替Gradle

在IDEA中設置使用IDEA代替Gradle完成構建

以下圖所示,將圖示位置修改成IDEA便可解決該問題。佈局

image-20200620224330329

提示

若是你一樣遇到該問題並經過此貼解決了問題,你能夠留下你的評論來提示後來人該方法是可行的。gradle

相關文章
相關標籤/搜索