Merge branch 'master' into phase1-gui

This commit is contained in:
HeshamTB 2021-01-01 00:48:44 +03:00
commit 524085ae09
Signed by: Hesham
GPG Key ID: 74876157D199B09E

View File

@ -57,6 +57,7 @@ public class GUI_History {
frame.revalidate();
frame.setAutoRequestFocus(false);
frame.setVisible(true);
frame.setDefaultCloseOperation(JFrame.DISPOSE_ON_CLOSE);
streetData = new Object[stdStreet.length][6];