aterai / java-swing-tips

Java Swing example.
https://ateraimemo.com/Swing.html
MIT License
564 stars 160 forks source link

DnDTabbedPane: Drag a tab and start moving it, the tab component disappears #11

Closed aterai closed 2 years ago

aterai commented 2 years ago

When a tab with a tab component set using JTabbedPane#setTabComponentAt(int idx, Component c) is started to move by dragging the mouse, the tab component disappears.

IanDarwin commented 2 years ago

That fixed my problem - thanks so much for the quick fix!