|
@@ -1111,7 +1111,6 @@ public class GUI<E> implements CategoryListener {
|
|
int selValueX = (int) Math.floor(xProThis / (tableProperties.getWidth() / 2));
|
|
int selValueX = (int) Math.floor(xProThis / (tableProperties.getWidth() / 2));
|
|
if (updCon.getActualCps() != null && selValueX != 0) {
|
|
if (updCon.getActualCps() != null && selValueX != 0) {
|
|
temp = model.getPropertyTable().getValueAt(selValueY, selValueX);
|
|
temp = model.getPropertyTable().getValueAt(selValueY, selValueX);
|
|
- System.out.println(temp);
|
|
|
|
if (updCon.getActualCps() instanceof HolonSwitch) {
|
|
if (updCon.getActualCps() instanceof HolonSwitch) {
|
|
btemp = model.getPropertyTable().getValueAt(mousePos.y / tableProperties.getRowHeight(),
|
|
btemp = model.getPropertyTable().getValueAt(mousePos.y / tableProperties.getRowHeight(),
|
|
mousePos.x / (tableProperties.getWidth() / 2));
|
|
mousePos.x / (tableProperties.getWidth() / 2));
|