Added connect to server panel panel kind.

This commit is contained in:
WickedJack99
2023-12-02 12:22:44 +01:00
parent c875fcec85
commit c8a0a73e46

View File

@@ -18,7 +18,8 @@ public final class GUIConstants {
*/
public static enum Panel {
MonitoringPanel,
ControllingPanel
ControllingPanel,
ConnectToServerPanel
}
/**