GUI datePicker componant
Answered
Hello all,
is there any guide to installing a datePicker componant into Intellij ?
I cannot find anywhere on the Internet that is relevant, upto date or clear about how to do this for Intellij.
Regards
P
Please sign in to leave a comment.
Hello,
If you'd like to use DatePicker in the GUI Designer, you can create a class that implements the DatePicker and add it to the palette according to https://www.jetbrains.com/help/idea/adding-gui-components-and-forms-to-the-palette.html .
Thanks,
I was more asking about actually using the .jar file commonly used (Date Chooser).... in your program.
I know I can add it to a specific project, but how to actually implement it in a practical way.
Thanks again
Sorry, I do not fully understand your case. What is the full name of this JAR file? See https://www.jetbrains.com/help/idea/library.html#define-library on how to add libraries to your project.