如何在IntelliJ中使用MigLayout?

时间:2018-04-17 21:31:50

标签: java intellij-idea miglayout

我不知道如何让MigLayout在IntelliJ中工作(我在IntelliJ上是一个菜鸟)。我目前正在使用2017.3.5社区版。

我已经下载了jar文件,但我似乎无法正确导入它。

我的主文件顶部有import net.miginfocom.swing.MigLayout;,但是 当我尝试编译我的代码时,我不断收到错误

Error:(40, 30) java: cannot access net.miginfocom.layout.LC class file for net.miginfocom.layout.LC not found

知道我做错了吗?

3 个答案:

答案 0 :(得分:1)

抱歉,迟到了。但这会帮助别人。 IntelliJ Idea将允许将maven依赖项下载为lib文件夹下的Jar文件。

enter image description here

enter image description here

enter image description here

答案 1 :(得分:0)

尝试: 文件 - >项目结构 - >选择左侧的模块 - >选择Dependencies选项卡 - >在右边或底部找到+,>添加.jar

答案 2 :(得分:0)

还包括核心库。您可以获得here