super.addCustomEntriesToTable(table);
final int internalFrameIconSize = 30;
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));
Border blackLineBorder = new BorderUIResource( new MatteBorder( 2,2,2,2, Color.black) );
Border textBorder = blackLineBorder;
table.put( "ToolTip.border", blackLineBorder);
table.put( "TitledBorder.border", blackLineBorder);
table.put( "TextField.border", textBorder);
table.put( "PasswordField.border", textBorder);
table.put( "TextArea.border", textBorder);
table.put( "TextPane.font", textBorder);
table.put( "ScrollPane.border", blackLineBorder);
table.put( "ScrollBar.width", new Integer(25) );