Changed start panel.
This commit is contained in:
@@ -28,7 +28,7 @@ public final class MainFrame extends JFrame implements Themeable {
|
||||
private MainFrame() {
|
||||
this.setTitle("Firewall Dashboard");
|
||||
this.setJMenuBar(MenuBar.getMenuBar());
|
||||
this.setPanel(Panel.MonitoringPanel);
|
||||
this.setPanel(Panel.ConnectToServerPanel);
|
||||
this.setSize(1400, 700);
|
||||
this.setMinimumSize(new Dimension(700, 500));
|
||||
this.setLocation(100, 100);
|
||||
|
||||
Reference in New Issue
Block a user