@@ -75,19 +75,19 @@ public ServerTab(JFrame frame, NetworkedServer server, JXTabbedPane tabbedPane)
7575 panel_1 .add (panel_5 , "cell 0 0 13 4,grow" );
7676 panel_5 .setLayout (new MigLayout ("" , "[][][][]" , "[][][][][][][]" ));
7777
78- JLabel lblServerName = new JLabel ("Server Name " );
78+ JLabel lblServerName = new JLabel ("Connecting... " );
7979 lblServerName .setFont (new Font ("Segoe UI Light" , Font .PLAIN , 35 ));
8080 panel_5 .add (lblServerName , "cell 0 0" );
8181
82- lblUsingSpigot = new JLabel ("Using Spigot 1.8.8 " );
82+ lblUsingSpigot = new JLabel ("Connecting... " );
8383 lblUsingSpigot .setFont (new Font ("Segoe UI Light" , Font .PLAIN , 18 ));
8484 panel_5 .add (lblUsingSpigot , "cell 0 1" );
8585
86- lblOnline = new JLabel ("146 Players Online " );
86+ lblOnline = new JLabel ("" );
8787 lblOnline .setFont (new Font ("Segoe UI Light" , Font .PLAIN , 18 ));
8888 panel_5 .add (lblOnline , "cell 0 2" );
8989
90- lblmsPing = new JLabel ("43 Plugins " );
90+ lblmsPing = new JLabel ("" );
9191 lblmsPing .setFont (new Font ("Segoe UI Light" , Font .PLAIN , 18 ));
9292 panel_5 .add (lblmsPing , "cell 0 3" );
9393
@@ -143,7 +143,7 @@ public void mouseReleased(MouseEvent e)
143143 lblCpuLoad .setFont (new Font ("Segoe UI Light" , Font .PLAIN , 35 ));
144144 panel_7 .add (lblCpuLoad , "flowx,cell 0 0" );
145145
146- lblTps = new JLabel ("20 TPS (99% Stable) " );
146+ lblTps = new JLabel ("Connecting... " );
147147 lblTps .setFont (new Font ("Segoe UI Light" , Font .PLAIN , 18 ));
148148 panel_7 .add (lblTps , "cell 1 0" );
149149
@@ -166,7 +166,7 @@ public void mouseReleased(MouseEvent e)
166166 lblMemory .setFont (new Font ("Segoe UI Light" , Font .PLAIN , 35 ));
167167 panel_14 .add (lblMemory , "cell 0 0" );
168168
169- lblMbUsed = new JLabel ("683 MB Used " );
169+ lblMbUsed = new JLabel ("Connecting... " );
170170 lblMbUsed .setFont (new Font ("Segoe UI Light" , Font .PLAIN , 18 ));
171171 panel_14 .add (lblMbUsed , "cell 1 0" );
172172
@@ -185,7 +185,7 @@ public void mouseReleased(MouseEvent e)
185185 lblGarbage .setFont (new Font ("Segoe UI Light" , Font .PLAIN , 35 ));
186186 panel_16 .add (lblGarbage , "cell 0 0" );
187187
188- lblGcminute = new JLabel ("9 GC/Minute " );
188+ lblGcminute = new JLabel ("Connecting... " );
189189 lblGcminute .setFont (new Font ("Segoe UI Light" , Font .PLAIN , 18 ));
190190 panel_16 .add (lblGcminute , "cell 1 0" );
191191
@@ -204,7 +204,7 @@ public void mouseReleased(MouseEvent e)
204204 lblState .setFont (new Font ("Segoe UI Light" , Font .PLAIN , 35 ));
205205 panel_15 .add (lblState , "cell 0 0" );
206206
207- lblMahs = new JLabel ("264 MAH/s " );
207+ lblMahs = new JLabel ("Connecting... " );
208208 lblMahs .setFont (new Font ("Segoe UI Light" , Font .PLAIN , 18 ));
209209 panel_15 .add (lblMahs , "cell 1 0" );
210210
0 commit comments