Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
添加对Progress API. 右键单击您的模块 > 属性。从左侧面板中选择库。单击添加以打开模块依赖项对话框。选择进度 API,然后单击确定。现在你有了对 Progress API 的依赖,你可以将它用作
Progress API
ProgressHandle ph = ProgressHandleFactory.createSystemHandle("My Task"); ph.start(100);
编辑:您也不必添加任何 jar 文件.. Progress API 模块依赖项将处理该问题