no message
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
package Common_old.UI.Trees;
|
||||
import Common.Visual.CommonUI;
|
||||
import Common_old.UI.ControlForm;
|
||||
import Common_old.UI.UI;
|
||||
|
||||
import java.awt.*;
|
||||
public class TreeForm<C extends StyledTree> extends ControlForm<C> {
|
||||
@@ -25,6 +25,6 @@ public class TreeForm<C extends StyledTree> extends ControlForm<C> {
|
||||
@Override
|
||||
public void Clear() {
|
||||
super.Clear();
|
||||
UI.Clear(content);
|
||||
CommonUI.Clear(content);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user