fix display of tracher port
All checks were successful
flavien's git/Projet_JAVA_P2P_STRI2A/pipeline/head This commit looks good

This commit is contained in:
js 2020-04-03 12:16:12 +02:00
parent 88d4819941
commit 81824267a7

View File

@ -35,6 +35,8 @@ public class Parameters extends JPanel{
p1.add(label3);
p1.add(field3);
p1.add(label4);
p1.add(field4);
p1.add(label5);
p1.add(protocolSelector);
p2.add(connectButton);
//split = new JSplitPane(JSplitPane.VERTICAL_SPLIT, p1, p2);