remove swing utilities, since it doesnt work as intended
This commit is contained in:
parent
248092dfcf
commit
a4b939f188
1 changed files with 0 additions and 3 deletions
|
|
@ -31,9 +31,6 @@ public class MainFrame {
|
||||||
}
|
}
|
||||||
|
|
||||||
public void create(FrameConfig config) {
|
public void create(FrameConfig config) {
|
||||||
// SwingUtilities.invokeLater(() -> {
|
|
||||||
// spawn(config);
|
|
||||||
// });
|
|
||||||
spawn(config);
|
spawn(config);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue