src/java.desktop/share/classes/com/sun/java/swing/plaf/motif/MotifDesktopIconUI.java

Print this page

        

*** 57,70 **** private MotifInternalFrameTitlePane sysMenuTitlePane; JPopupMenu systemMenu; EventListener mml; ! final static int LABEL_HEIGHT = 18; ! final static int LABEL_DIVIDER = 4; // padding between icon and label ! final static Font defaultTitleFont = new Font(Font.SANS_SERIF, Font.PLAIN, 12); public static ComponentUI createUI(JComponent c) { return new MotifDesktopIconUI(); } --- 57,70 ---- private MotifInternalFrameTitlePane sysMenuTitlePane; JPopupMenu systemMenu; EventListener mml; ! static final int LABEL_HEIGHT = 18; ! static final int LABEL_DIVIDER = 4; // padding between icon and label ! static final Font defaultTitleFont = new Font(Font.SANS_SERIF, Font.PLAIN, 12); public static ComponentUI createUI(JComponent c) { return new MotifDesktopIconUI(); }