如何在Netbeans中使用LGoodDatePicker插件

huangapple go评论100阅读模式
英文:

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.

huangapple
  • 本文由 发表于 2020年4月10日 19:31:35
  • 转载请务必保留本文链接:https://go.coder-hub.com/61139402.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定