Hist view size (#27)
This commit is contained in:
parent
9cbb063af0
commit
b3847bad78
@ -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);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user