brEezE wrote:
>
> Hi,
> I have a JWindow displayed below a button, similar to
> a JComboBox. The problem is when the "parent" JFrame
> is moved to other location, the JWindow is still
> remain on the screen at the old location. How do i
> hide the JWindow when I click/drag on the title bar of
> t
Hi,
I have a JWindow displayed below a button, similar to
a JComboBox. The problem is when the "parent" JFrame
is moved to other location, the JWindow is still
remain on the screen at the old location. How do i
hide the JWindow when I click/drag on the title bar of
the "parent" JFrame?
I have noti