我编译的时候,除了Node类外,其他5个类都有这么多错:
NodeCreateDialog:
cannot finde symbol class UserLinkedLIst //41行
cannot finde symbol class UserLinkedList //50行
cannot find symbol //117行
cannot find symbol //118行
cannot find symbol //119行
cannot find symbol //128行
ResetDialog:
cannot finde symbol class UserLinkedLIst //35行
cannot finde symbol class UserLinkedLIst //52行
cannot find symbol //128行
cannot find symbol //131行
cannot find symbol //132行
cannot find symbol //141行
SearchDialog:
cannot finde symbol class UserLinkedLIst //35行
cannot finde symbol class UserLinkedLIst //46行
cannot find symbol //100行
cannot find symbol //103行
cannot find symbol //110行
UseLinkedList:
cannot find symbol //426,444,472,485,486....好多行
是不是我有什么包或者什么配置不对呀???