Minor improvement for previous commit.
This commit is contained in:
@@ -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);
|
||||||
|
|
||||||
|
@@ -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);
|
||||||
|
|
||||||
|
@@ -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);
|
||||||
|
|
||||||
|
@@ -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);
|
||||||
|
|
||||||
|
@@ -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);
|
||||||
|
|
||||||
|
@@ -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);
|
||||||
|
|
||||||
|
@@ -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);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user