Drag « JInternalFrame « Java Swing Q&A





1. Dragging of InternalFrame.    coderanch.com

I want to hide the title bar of a JInternalFrame.I have done it using the BasicInternalFrameUI.Now i want to perform the dragging event on the particular frame.The Dragging event causes the frame to flicker and it does not remain steady.The flickering can bbe prevented if i do not hide the title bar.Can anyone suggest me how to prevent the flickering when ...

2. Drag n drop Jinternal Frame    coderanch.com