Drop « JTabbedPane « Java Swing Q&A





1. Rearrange Tabs via Drag and Drop    coderanch.com

2. help drag and drop in JTabbedPane    coderanch.com

3. help drag and drop in JTabbedPane    java-forums.org

Hello, this is my problem JTabbedPane, Can we change the event that cause tab switching :confused: Facts about it: 1-I am working on a program that allows the user to drag and drop between swing controls ex: (TextField, JList ...). 2- To switch between tabs in JTabbedPane user has to click on the tab. The problem is how to allow the ...