JDesktop « JFrame « Java Swing Q&A





1. what is Single Frame Application and what is FrameView?    stackoverflow.com

I have a basic understanding of Java Swing, I know about JFrame and JPanel. the problem is : Yesterday I started to write a Simple Desktop Application in Netbeans, I created ...

2. How to prevent the overlapping of two JInternalframs on an JDesktop frame .    coderanch.com

Hi guys can anyone help me in solving the below problem using netbeans When i increase the size of one JInternalframe its getting overlapped onto the next JInternalframe.How I can I prevent the overlapping also when i increase the size of one JInternal frame the other JInternal frame's has to be reduced automatically.