Visibility issue of JInternalFrame

623 Views Asked by At

I am having one Application form.

I designed it using JAVA SWING.

I used many SWING Components like MenuBar,JPanel,JDesktopPane,JInternalFrame and many more.

On the Click event of one JButton i launched JInternalFrame inside the JDesktopPane.

But Whenever I Click on JInternalFrame the frame becomes invisible or only some part of the frame is available.

Here i share some snap i hope it will be helpful.

Can anyone tell me why it happens?And how to solve this bug? enter image description here

Here the JInternalFrame is Completely visible. enter image description here

Here When i Clicked on the calendar component some parts become invisible and only some parts of the frame is visible.

Some times the whole frame goes invisible.

How can i Solve this issue?


EDIT:-

After Solving visibility problem how make JDesktopPane Transparent? enter image description here

0

There are 0 best solutions below