Methods Summary |
---|
public void | addCustomEntriesToTable(javax.swing.UIDefaults table)
super.addCustomEntriesToTable(table);
final int internalFrameIconSize = 22;
table.put("InternalFrame.closeIcon", MetalIconFactory.getInternalFrameCloseIcon(internalFrameIconSize));
table.put("InternalFrame.maximizeIcon", MetalIconFactory.getInternalFrameMaximizeIcon(internalFrameIconSize));
table.put("InternalFrame.iconizeIcon", MetalIconFactory.getInternalFrameMinimizeIcon(internalFrameIconSize));
table.put("InternalFrame.minimizeIcon", MetalIconFactory.getInternalFrameAltMaximizeIcon(internalFrameIconSize));
table.put( "ScrollBar.width", new Integer(21) );
|
public javax.swing.plaf.FontUIResource | getControlTextFont()
return controlFont;
|
public javax.swing.plaf.FontUIResource | getMenuTextFont() return controlFont;
|
public java.lang.String | getName() return "Presentation";
|
public javax.swing.plaf.FontUIResource | getSubTextFont() return smallFont;
|
public javax.swing.plaf.FontUIResource | getSystemTextFont() return systemFont;
|
public javax.swing.plaf.FontUIResource | getUserTextFont() return userFont;
|
public javax.swing.plaf.FontUIResource | getWindowTitleFont() return controlFont;
|