Minor improvement for previous commit.

This commit is contained in:
MobiusDev
2018-08-29 15:37:08 +00:00
parent a50f201b00
commit 9d805745b5
7 changed files with 7 additions and 7 deletions

View File

@@ -110,7 +110,7 @@ public class SystemPanel extends JPanel
@Override @Override
public void run() public void run()
{ {
lblProtocol.setText((Config.PROTOCOL_LIST.size() > 1 ? "Protocols: " : "Protocol: ") + (Config.SERVER_LIST_TYPE >= 400 ? "Classic" : "") + " " + Config.PROTOCOL_LIST.toString()); lblProtocol.setText((Config.PROTOCOL_LIST.size() > 1 ? "Protocols: " : "Protocol: ") + (Config.SERVER_LIST_TYPE >= 400 ? "Classic " : "") + Config.PROTOCOL_LIST.toString());
} }
}, 4500); }, 4500);

View File

@@ -110,7 +110,7 @@ public class SystemPanel extends JPanel
@Override @Override
public void run() public void run()
{ {
lblProtocol.setText((Config.PROTOCOL_LIST.size() > 1 ? "Protocols: " : "Protocol: ") + (Config.SERVER_LIST_TYPE >= 400 ? "Classic" : "") + " " + Config.PROTOCOL_LIST.toString()); lblProtocol.setText((Config.PROTOCOL_LIST.size() > 1 ? "Protocols: " : "Protocol: ") + (Config.SERVER_LIST_TYPE >= 400 ? "Classic " : "") + Config.PROTOCOL_LIST.toString());
} }
}, 4500); }, 4500);

View File

@@ -110,7 +110,7 @@ public class SystemPanel extends JPanel
@Override @Override
public void run() public void run()
{ {
lblProtocol.setText((Config.PROTOCOL_LIST.size() > 1 ? "Protocols: " : "Protocol: ") + (Config.SERVER_LIST_TYPE >= 400 ? "Classic" : "") + " " + Config.PROTOCOL_LIST.toString()); lblProtocol.setText((Config.PROTOCOL_LIST.size() > 1 ? "Protocols: " : "Protocol: ") + (Config.SERVER_LIST_TYPE >= 400 ? "Classic " : "") + Config.PROTOCOL_LIST.toString());
} }
}, 4500); }, 4500);

View File

@@ -110,7 +110,7 @@ public class SystemPanel extends JPanel
@Override @Override
public void run() public void run()
{ {
lblProtocol.setText((Config.PROTOCOL_LIST.size() > 1 ? "Protocols: " : "Protocol: ") + (Config.SERVER_LIST_TYPE >= 400 ? "Classic" : "") + " " + Config.PROTOCOL_LIST.toString()); lblProtocol.setText((Config.PROTOCOL_LIST.size() > 1 ? "Protocols: " : "Protocol: ") + (Config.SERVER_LIST_TYPE >= 400 ? "Classic " : "") + Config.PROTOCOL_LIST.toString());
} }
}, 4500); }, 4500);

View File

@@ -110,7 +110,7 @@ public class SystemPanel extends JPanel
@Override @Override
public void run() public void run()
{ {
lblProtocol.setText((Config.PROTOCOL_LIST.size() > 1 ? "Protocols: " : "Protocol: ") + (Config.SERVER_LIST_TYPE >= 400 ? "Classic" : "") + " " + Config.PROTOCOL_LIST.toString()); lblProtocol.setText((Config.PROTOCOL_LIST.size() > 1 ? "Protocols: " : "Protocol: ") + (Config.SERVER_LIST_TYPE >= 400 ? "Classic " : "") + Config.PROTOCOL_LIST.toString());
} }
}, 4500); }, 4500);

View File

@@ -110,7 +110,7 @@ public class SystemPanel extends JPanel
@Override @Override
public void run() public void run()
{ {
lblProtocol.setText((Config.PROTOCOL_LIST.size() > 1 ? "Protocols: " : "Protocol: ") + (Config.SERVER_LIST_TYPE >= 400 ? "Classic" : "") + " " + Config.PROTOCOL_LIST.toString()); lblProtocol.setText((Config.PROTOCOL_LIST.size() > 1 ? "Protocols: " : "Protocol: ") + (Config.SERVER_LIST_TYPE >= 400 ? "Classic " : "") + Config.PROTOCOL_LIST.toString());
} }
}, 4500); }, 4500);

View File

@@ -110,7 +110,7 @@ public class SystemPanel extends JPanel
@Override @Override
public void run() public void run()
{ {
lblProtocol.setText((Config.PROTOCOL_LIST.size() > 1 ? "Protocols: " : "Protocol: ") + (Config.SERVER_LIST_TYPE >= 400 ? "Classic" : "") + " " + Config.PROTOCOL_LIST.toString()); lblProtocol.setText((Config.PROTOCOL_LIST.size() > 1 ? "Protocols: " : "Protocol: ") + (Config.SERVER_LIST_TYPE >= 400 ? "Classic " : "") + Config.PROTOCOL_LIST.toString());
} }
}, 4500); }, 4500);