|
@@ -969,14 +969,7 @@ public class GUI<E> implements CategoryListener {
|
|
split_Graph_HolonEl.setBorder(null);
|
|
split_Graph_HolonEl.setBorder(null);
|
|
scrollPane_2.setBorder(null);
|
|
scrollPane_2.setBorder(null);
|
|
panel_HolonEl.setBorder(null);
|
|
panel_HolonEl.setBorder(null);
|
|
- btnTest.addActionListener(new ActionListener() {
|
|
|
|
- public void actionPerformed(ActionEvent arg0) {
|
|
|
|
- SimulationManager sm = new SimulationManager(model);
|
|
|
|
- sm.calculateStateForTimeStep(1);
|
|
|
|
- }
|
|
|
|
- });
|
|
|
|
-
|
|
|
|
- panel_HolonEl.add(btnTest);
|
|
|
|
|
|
+
|
|
tableHolonElementScrollPane.setBorder(null);
|
|
tableHolonElementScrollPane.setBorder(null);
|
|
|
|
|
|
frmCyberPhysical.getContentPane().add(timePanel, BorderLayout.SOUTH);
|
|
frmCyberPhysical.getContentPane().add(timePanel, BorderLayout.SOUTH);
|