mirror of
https://github.com/SKCraft/Launcher.git
synced 2025-02-21 02:33:24 +01:00
Have TableColumnAdjuster re-adjust columns later after model change.
This commit is contained in:
parent
a3ad521e38
commit
4364d1f709
@ -278,6 +278,14 @@ public class TableColumnAdjuster implements PropertyChangeListener, TableModelLi
|
|||||||
|
|
||||||
setColumnProperties();
|
setColumnProperties();
|
||||||
adjustColumns();
|
adjustColumns();
|
||||||
|
|
||||||
|
SwingUtilities.invokeLater(new Runnable() {
|
||||||
|
@Override
|
||||||
|
public void run() {
|
||||||
|
setColumnProperties();
|
||||||
|
adjustColumns();
|
||||||
|
}
|
||||||
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user