|
@@ -26,7 +26,7 @@ public class AddElementPopUp extends JDialog {
|
|
|
private static final long serialVersionUID = 1L;
|
|
|
/* Data */
|
|
|
/** Holon Object the Element should be added to */
|
|
|
- private AbstractCpsObject tempCps;
|
|
|
+ private AbstractCpsObject tempCps;
|
|
|
/** Holon Element that should be edited (if in edit Modus */
|
|
|
private HolonElement hl;
|
|
|
|
|
@@ -45,7 +45,7 @@ public class AddElementPopUp extends JDialog {
|
|
|
private JTextField flexibleEnergy;
|
|
|
/** Flexible if checkbox is checked */
|
|
|
JCheckBox checkboxFlexible;
|
|
|
- /** Model which is used */
|
|
|
+ /** Model which is used */
|
|
|
private Model model;
|
|
|
|
|
|
/**
|
|
@@ -220,4 +220,4 @@ public class AddElementPopUp extends JDialog {
|
|
|
elementName.setBackground(new Color(255, 50, 50));
|
|
|
}
|
|
|
}
|
|
|
-}
|
|
|
+}
|