|
@@ -621,6 +621,16 @@ public class ConnectionCreationPanel extends JScrollPane {
|
|
|
}
|
|
|
});
|
|
|
|
|
|
+ /**
|
|
|
+ * Small Label to describe the roles
|
|
|
+ */
|
|
|
+ JLabel lblRole = new JLabel("Roles:");
|
|
|
+ lblRole.setHorizontalAlignment(SwingConstants.CENTER);
|
|
|
+ lblRole.setBounds(350, 165, 50, 18);
|
|
|
+ lblRole.setToolTipText("The roles each device plays in the connection, can be defined below. It defines how the device acts.");
|
|
|
+ content.add(lblRole);
|
|
|
+
|
|
|
+
|
|
|
/**
|
|
|
* Height of the current Box which is being created
|
|
|
*/
|