Hist view size (#27)

This commit is contained in:
HeshamTB 2020-12-16 17:56:09 +03:00 committed by GitHub
parent 9cbb063af0
commit b3847bad78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,6 +36,7 @@ public class GUI_History {
frame.setLocationRelativeTo(null); frame.setLocationRelativeTo(null);
frame.revalidate(); frame.revalidate();
frame.setLocation(200,150); frame.setLocation(200,150);
frame.setBounds(200, 150, 1400, 720);
frame.setAutoRequestFocus(false); frame.setAutoRequestFocus(false);
frame.setVisible(true); frame.setVisible(true);
} }