私はMinecraftでハッククライアントを作成しようとしていますが、Eclipseにエラーが表示されます。put ULocaleは引数には適用されません
のコードでは、この中に「入れ」強調:
categoryFrames.put(module.getCategory(), frame);
をそして、これはクラッシュレポート
Unexpected error
java.lang.Error: Unresolved compilation problem: The method put(ULocale.Category, GuiManager.ModuleFrame) in the type Map is not applicable for the arguments (Category, GuiManager.ModuleFrame)
私はこのことについて何をするのですか?