I am trying to use JDatePicker in java, I am creating my application using notepad and all of the tutorials I have seen using this have been on either netbeans or eclipse. I am wondering how I could implement a date picker, I have tried following along with this:
http://www.codejava.net/java-se/swing/how-to-use-jdatepicker-to-display-calendar-component
however, I get the error
cannot find symbol class UtilDateModel
cannot find symbol class JDatePanelImpl
cannot find symbol class JDatePickerImpl
I have added the jar file to the folder that the class file is located which I am guessing "class path" means. Thank you for any help.