YELLOW, new InsetsUIResource(2, 4, 6, 3),
new BorderUIResource.LineBorderUIResource(Color.RED), 56);
((BasicTextUI) tf.getUI()).installDefaults();
checkProperies(tf, caretForeground, selectionBackground, selectionForeground,
inactiveForeground, font, background, foreground, margin, border);
Border newBorder = new TitledBorder("KK");
setProperies(tf, Color.RED, Color.GREEN, Color.BLUE, Color.YELLOW, FONT, Color.BLACK,
Color.YELLOW, new Insets(2, 4, 6, 3), newBorder, 0);
((BasicTextUI) tf.getUI()).installDefaults();
checkProperies(tf, Color.RED, Color.GREEN, Color.BLUE, Color.YELLOW, FONT, Color.BLACK,
Color.YELLOW, new Insets(2, 4, 6, 3), newBorder);