public void applyCss(String path){
        if (dialog.isShowing()) {
            throw new AlertNotEditableException("Unable to edit alert while it is being shown");
        }
        DialogPane dialogPane = dialog.getDialogPane();