Beispiel #1
0
 @Override
 protected void validate() {
   super.validate();
   textLayout = null;
 }
Beispiel #2
0
 // CONNECTING
 // COMPOSITE FIGURES
 // CLONING
 // EVENT HANDLING
 @Override
 public void invalidate() {
   super.invalidate();
   textLayout = null;
 }