|
|
@ -129,7 +129,9 @@ public abstract class AbstractCorrelationPane<T> extends BasicBeanPane<T> { |
|
|
|
|
|
|
|
|
|
|
|
public void clearAllBoxList() { |
|
|
|
public void clearAllBoxList() { |
|
|
|
this.correlationPane.getTable().clear(); |
|
|
|
this.correlationPane.getTable().clear(); |
|
|
|
this.correlationPane.getTable().updateUI(); |
|
|
|
this.correlationPane.validate(); |
|
|
|
|
|
|
|
this.correlationPane.repaint(); |
|
|
|
|
|
|
|
this.correlationPane.revalidate(); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|