private void refreshLayout()
{
getChildren().clear();
StackPane lStackPane = new StackPane();
VBox lVBox = new VBox(0);
lVBox.alignmentProperty().set(Pos.CENTER);
if ( getLabelDateFormat().format(DATE).contains("2") ) {
if (getShowTickLabels() == ShowTickLabels.YES) {
lVBox.getChildren().add(hourLabelsPane);
}
lVBox.getChildren().add(hourScrollSlider);