@ -63,7 +63,7 @@ public abstract class TemplateThemeProfilePane<T extends TemplateTheme> extends
public static final int PREVIEW_PANE_WIDTH = LEFT_TITLE_PANE_WIDTH - 10 ;
public static final int PREVIEW_PANE_WIDTH = LEFT_TITLE_PANE_WIDTH - 10 ;
public static final int PREVIEW_PANE_HEIGHT = LEFT_TITLE_PANE_HEIGHT - TITLE_BORDER_FONT - 16 ;
public static final int PREVIEW_PANE_HEIGHT = LEFT_TITLE_PANE_HEIGHT - TITLE_BORDER_FONT - 16 ;
public static final int RIGHT_PANE_WIDTH = 35 2 ;
public static final int RIGHT_PANE_WIDTH = 36 2 ;
public static final int RIGHT_PANE_HEIGHT = LEFT_TITLE_PANE_HEIGHT ;
public static final int RIGHT_PANE_HEIGHT = LEFT_TITLE_PANE_HEIGHT ;
public static final int COLOR_SCHEME_TITLE_PANE_WIDTH = 298 ;
public static final int COLOR_SCHEME_TITLE_PANE_WIDTH = 298 ;
public static final int COLOR_SCHEME_TITLE_PANE_HEIGHT = 174 + TITLE_BORDER_FONT / 2 ;
public static final int COLOR_SCHEME_TITLE_PANE_HEIGHT = 174 + TITLE_BORDER_FONT / 2 ;
@ -275,7 +275,7 @@ public abstract class TemplateThemeProfilePane<T extends TemplateTheme> extends
return container ;
return container ;
}
}
public void addCustomEditorPane ( String title , JComponent component ) {
public void addCustomEditorPane ( String title , JComponent component ) {
component . setPreferredSize ( new Dimension ( 35 0 , 260 ) ) ;
component . setPreferredSize ( new Dimension ( 36 0 , 260 ) ) ;
uiTabbedPane . addTab ( title , component ) ;
uiTabbedPane . addTab ( title , component ) ;
}
}
protected JPanel createCellStyleSettingPane ( ) {
protected JPanel createCellStyleSettingPane ( ) {