Is there a way that I can have a tabbed application, where if i drag a tab off the window, it opens that panel in a new frame?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Yes it is possible but you will have to post a bit of source code, to see what you have done so far. I found this link that maybe is interesting to you:
http://java-swing-tips.blogspot.com/2008/04/drag-and-drop-tabs-in-jtabbedpane.html
It explain how to drag and drop tabs, maybe you can apply the same principle to your idea.
Also in this forum there is a similar question, maybe you wanna have a look:
How to implement draggable tab using Java Swing?