|
|
@ -51,7 +51,7 @@ public class TemplateThemeBlock<T extends TemplateTheme> extends JPanel { |
|
|
|
private final TemplateThemeProfilePane<T> profilePane; |
|
|
|
private final TemplateThemeProfilePane<T> profilePane; |
|
|
|
private final Icon theme4currentTemplateMarkIcon = IOUtils.readIcon("/com/fr/design/form/images/theme4currentTemplate.png"); |
|
|
|
private final Icon theme4currentTemplateMarkIcon = IOUtils.readIcon("/com/fr/design/form/images/theme4currentTemplate.png"); |
|
|
|
private final Icon theme4NewTemplateMarkIcon= IOUtils.readIcon("/com/fr/design/form/images/theme4newTemplate.png"); |
|
|
|
private final Icon theme4NewTemplateMarkIcon= IOUtils.readIcon("/com/fr/design/form/images/theme4newTemplate.png"); |
|
|
|
private final Icon profileIcon = new LazyIcon("icon_edit"); |
|
|
|
private final Icon profileIcon = new LazyIcon("theme_edit"); |
|
|
|
private final boolean displayTheme4NewTemplateMarker; |
|
|
|
private final boolean displayTheme4NewTemplateMarker; |
|
|
|
|
|
|
|
|
|
|
|
private final ThumbnailPane thumbnailPane; |
|
|
|
private final ThumbnailPane thumbnailPane; |
|
|
|