protected void applyComponentStyle(TextAreaFieldJTextArea textArea, JScrollPane scrollpane) {
super.applyComponentStyle(textArea);
CalculatedStyle style = getBox().getStyle();
BorderPropertySet border = style.getBorder(null);
boolean disableOSBorder = (border.leftStyle() != null && border.rightStyle() != null || border.topStyle() != null || border.bottomStyle() != null);
RectPropertySet padding = style.getCachedPadding();
Integer paddingTop = getLengthValue(style, CSSName.PADDING_TOP);
Integer paddingLeft = getLengthValue(style, CSSName.PADDING_LEFT);