|
|
|
@ -344,10 +344,10 @@ public abstract class JTemplate<T extends BaseBook, U extends BaseUndoState<?>>
|
|
|
|
|
this.template = JTemplateFactory.asIOFile(file); |
|
|
|
|
setTarget(this.template); |
|
|
|
|
|
|
|
|
|
// 先移除旧的。
|
|
|
|
|
removeCenterPane(); |
|
|
|
|
// 加入新的
|
|
|
|
|
addCenterPane(); |
|
|
|
|
// 先移除旧的。
|
|
|
|
|
removeCenterPane(); |
|
|
|
|
// 加入新的
|
|
|
|
|
addCenterPane(); |
|
|
|
|
} catch (Exception e) { |
|
|
|
|
FineLoggerFactory.getLogger().error(e.getMessage(), e); |
|
|
|
|
} |
|
|
|
|