fix
This commit is contained in:
@@ -286,4 +286,8 @@ public class Panel extends JPanel {
|
||||
public void clearObjects(){
|
||||
objects.clear();
|
||||
}
|
||||
|
||||
public void callRepaint(){
|
||||
repaint();
|
||||
}
|
||||
}
|
||||
@@ -139,6 +139,7 @@ public class SaveLoad {
|
||||
} catch (Exception e) {
|
||||
e.printStackTrace();
|
||||
}
|
||||
panel.callRepaint();
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user