英文:
How to use LGoodDatePicker plugin in Netbeans
问题
我正在使用Java Swing和Netbeans创建一个考勤管理系统,为了获取“上班时间”和“下班时间”,我尝试使用Java库LGoodDatePicker,我从他们的官方GitHub资料库下载了文件,但我不知道如何使用它(将组件添加到项目中的Palette Manager并将其添加到项目中)。我找不到任何教程或文档,我知道如何添加.jar文件,但在这里找不到任何文件。有人可以帮我如何操作吗?
英文:
I am doing an attendance management system using java swing using Netbeans, in order to get the in time
and out time
i tried to use the java library LGoodDatePicker , I downloaded the files from their official GitHub profile and i don't know how to use it(Get the components in palette Manager and add those to project). And i couldn't find any tutorials or there documentations,
I know to add a .jar file, but i don't see any here. Can anybody help me how to do ?
答案1
得分: 2
你只需按照项目设置文档中的管理项目的类路径部分,将外部的JAR文件添加为库。
在下载了最终版本的LGoodDatePicker库之后,您应该按照上述步骤进行操作。
英文:
You should simply follow Managing a Project's Classpath section within the project setup documentation to add an external JAR as a library.
Once you have downloaded the final release of the LGoodDatePicker library, you should follow the aforementioned steps.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论