Calendar component

Hi;I was looking for calendar component on java. In netbeans and Java Stuido Enterprise 8.1 there arent any calendar comp. Is there any calendar comp in java? and how can I add it to palette?
[205 byte] By [Genomsarena] at [2007-11-27 7:55:55]
# 1

there is no calendar component in the standard API set because there is no calendar component in all the operating systems either, Swing only provides standard operating system components, if you want more you have to build that yourself, or find a third party API that does it for you. This happens to be one:

http://www.toedter.com/

and there are others, use google.

gimbal2a at 2007-7-12 19:37:24 > top of Java-index,Java Essentials,New To Java...