SimplisticFillPainter.INSTANCE.paintContourBackground(result
.createGraphics(), scrollBar, height, width, contour,
false, mainScheme, true);
SubstanceBorderPainter borderPainter = new SimplisticSoftBorderPainter();
borderPainter.paintBorder(result.getGraphics(), scrollBar, height,
width, contour, null, mainBorderScheme);
result = SubstanceImageCreator.getRotated(result, 3);
SubstanceScrollBarUI.trackVerticalMap.put(key, result);
}