Calendar pop-up?

I'm working on an app where the user needs to enter a date. I would like to have them click on an icon, pop-up a calendar and then they select a date rather than do text entry or multiple combo boxes and such. Is there a pop-up calendar class around that anyone knows of that I can use?

Thanks...

[317 byte] By [gil_e] at [2007-9-26 4:04:02]
# 1
i haven't checked it, but may be this is helpfull for u. the author says that it mimics MFC calendar control. http://forums.java.sun.com/thread.jsp?forum=57&thread=156713
srikanth105 at 2007-6-29 13:02:08 > top of Java-index,Archived Forums,Swing...
# 2
Hi,i'll suggest u not to ever use that calendar .. i've tried it it is horrible .if u r still in search of a calendar .. let me know i'll mail u a different calendar
raj_rash36 at 2007-6-29 13:02:08 > top of Java-index,Archived Forums,Swing...
# 3
can you tell me what you didn't like?
haroldsmith at 2007-6-29 13:02:08 > top of Java-index,Archived Forums,Swing...
# 4
just rty to download it from the site .. try to run it and it never gonna run .. it will throw methodNotFoundException
raj_rash36 at 2007-6-29 13:02:08 > top of Java-index,Archived Forums,Swing...
# 5
but can u tel me how do U got this mesg ?
raj_rash36 at 2007-6-29 13:02:08 > top of Java-index,Archived Forums,Swing...
# 6

are you running JRE 1.4? I never got a message from you sorry, try hsmith@javaxperience.com i will personally assist any ?'s you may have ( cause i wrote it ). If you don't have JRE 1.4, it requires methods w/in the new JRE, i have a "warning" about that up there, sorry if you missed it, it is a nasty like thing ( 1 line of code ). :(

haroldsmith at 2007-6-29 13:02:08 > top of Java-index,Archived Forums,Swing...
# 7
if you would like the source to modify i can email you that also
haroldsmith at 2007-6-29 13:02:08 > top of Java-index,Archived Forums,Swing...
# 8
We're running 1.3.Also, there is corporate concern over using a "freeware" w/out knowing the source code, etc...I'm ending up writing my own...and maybe Java will come out w/ one in the next release.
gil_e at 2007-6-29 13:02:08 > top of Java-index,Archived Forums,Swing...
# 9
The one I am using is freeware with sourcecode.Have a look at: http://www.toedter.com/ and click on Java.Hope it helps!RegardsWernerKoster
wernerkoster at 2007-6-29 13:02:08 > top of Java-index,Archived Forums,Swing...
# 10
check out this url.calendar control is available free http://softwaredev.earthweb.com/java/article/0,,12082_735291,00.htmlshoba
balaji_shoba at 2007-6-29 13:02:08 > top of Java-index,Archived Forums,Swing...
# 11

I made one for my work that looks exactly like the Calendar in Microsoft Outlook (the text box with a popup calender) when entering a date for a schedule item. Unfortunately, I'm not allowed to give that out since it belongs to my work. But it's included (javadoced, but not really advertised) in our information sharing API set called XIS. http://www.polexis.com/

David

almilli at 2007-6-29 13:02:08 > top of Java-index,Archived Forums,Swing...