Closed Stromner closed 4 years ago
The current WaitDialog causes issues in the frame since it's a panel which takes up space and causes layout managers to flip out.
Rewrite it as a JDialog or JOptionDialog instead
Fixed in 7f97e03a55ab56f6393106f412a90fa0cc7e3656
The current WaitDialog causes issues in the frame since it's a panel which takes up space and causes layout managers to flip out.
Rewrite it as a JDialog or JOptionDialog instead