Minor improvement for previous commit.
This commit is contained in:
parent
a50f201b00
commit
9d805745b5
@ -110,7 +110,7 @@ public class SystemPanel extends JPanel
|
||||
@Override
|
||||
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);
|
||||
|
||||
|
@ -110,7 +110,7 @@ public class SystemPanel extends JPanel
|
||||
@Override
|
||||
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);
|
||||
|
||||
|
@ -110,7 +110,7 @@ public class SystemPanel extends JPanel
|
||||
@Override
|
||||
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);
|
||||
|
||||
|
@ -110,7 +110,7 @@ public class SystemPanel extends JPanel
|
||||
@Override
|
||||
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);
|
||||
|
||||
|
@ -110,7 +110,7 @@ public class SystemPanel extends JPanel
|
||||
@Override
|
||||
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);
|
||||
|
||||
|
@ -110,7 +110,7 @@ public class SystemPanel extends JPanel
|
||||
@Override
|
||||
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);
|
||||
|
||||
|
@ -110,7 +110,7 @@ public class SystemPanel extends JPanel
|
||||
@Override
|
||||
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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user