|
|
@ -209,4 +209,9 @@ public class JNullTemplate extends JTemplate { |
|
|
|
public String getPath() { |
|
|
|
public String getPath() { |
|
|
|
return null; |
|
|
|
return null; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Override |
|
|
|
|
|
|
|
public void refreshToolArea() { |
|
|
|
|
|
|
|
DesignerContext.getDesignerFrame().resetToolkitByPlus(this); |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|