Hi,
I have a calender and a textbox below it. Whenever i click on that
calender, popup calender appears and the textbox below that popup
window overlaps that popup window.
What is the solution for this??
Rhino - 02 May 2006 15:46 GMT
> Hi,
>
> I have a calender and a textbox below it. Whenever i click on that
> calender, popup calender appears and the textbox below that popup
> window overlaps that popup window.
> What is the solution for this??
One solution would be to put the calendar and the textbox into the same
JPanel (or JDialog) and use a layout manager to control their placement
relative to one another. Then you shouldn't have any overlap.
--
Rhino