I have created a JAR file, which contains JPanel that has Calendar function. It acts completely like JCalendar, but I have no idea how to make it a Swing Component/Control.
I know I can just use JCalendar, but I wanna make my own. The problem is just that I can't make it treated as Swing Control.
Any helps/suggestions/tuts link would be appreciated :)
Edited:
Example: We have imported JCalendar to our project library, next is to import it to palette using tools-palette-swing/awt components, add from jar, select the JCalendar, select which class from JCalendar you want to use, select the categories (swing control etc), and the selected class will show up in the categories we chose. But mine doesn't showing up at all, netbeans doesn't recognize my class as swing component. But in palette tool my class exists in the selected category but marked as unknown.