How to create rearrangeable tabs in Swing? Like that found in Google Chrome browser or Opera Browser. In which user can drag the tabs and can arrange it. Is it possible to achieve the same in Swing or JavaFx 2.0 ?
How to create rearrangeable tabs in Swing? Like that found in Google Chrome browser
Share
I found this code example drag and drop tabs in jtabbedpane that looks like what you are looking for.