contentPaneProperty.setValue(contentPane);
contentPane.setManaged(false);
initContentPaneListener();
// contentPane.setStyle("-fx-border-color: rgb(0,0,0);");
contentScaleTransform = new Scale(1, 1);
getContentScaleTransform().setPivotX(0);
getContentScaleTransform().setPivotY(0);
getContentScaleTransform().setPivotZ(0);
getContentPane().getTransforms().add(getContentScaleTransform());