Closed aterai closed 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.
JTabbedPane#setTabComponentAt(int idx, Component c)
That fixed my problem - thanks so much for the quick fix!
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.