Hi all,
I am currently having some trouble controlling the size/location of the popup calendar component. I believe I will need to intercept it’s initialization and use some Swing code in order to get it to appear where I’d like; however, I’m at a loss at how to do so.
The popup window I’m working on looks like this, where the Event End Time dropdown is a Popup Calendar component:
When clicked, the popup calendar looks like this:
I need to be able to change the opening location of this calendar and resize it so that the user can still see the start and end time labels while selecting a date. Any suggestions on how to go about this?
Thanks