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]

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 ). :(
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 >

check out this url.calendar control is available free http://softwaredev.earthweb.com/java/article/0,,12082_735291,00.htmlshoba
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