我有一个在 linux 上的 eclipse 中运行的项目,我已将它的副本移动到 windows 上的 jbuilder 并遇到了一些问题。
我收到以下错误:
The type JList is not generic; it cannot be parameterized with arguments <String>
对于这行代码:
private JList<String> songListView;
我还有其他各种问题,所有这些似乎都与摇摆有关。我需要导入一个特定的库吗?