Bueno a mi boton le puse asi y me funciono sin problemas 
   
Código Javascript
:
Ver original<Button fx:id="reload" mnemonicParsing="false" text="R" >
                                                    <graphic>
                                                        <ImageView>
                                                            <image>
                                                                <fx:reference source="resources/reload.png"/>
                                                                <!--<Image url="@resources/reload.png"/>-->
                                                            </image>                            
                                                        </ImageView>
                                                    </graphic> 
                                                </Button>
  
claro hay que importar las clases necesarias para que funcione