carlw
12/28/2018, 3:57 PMalex
12/29/2018, 7:35 AMImageView
, but not the image. I moved attributes to the Image
tag and I've got the exact same result:
<ImageView fx:id="logo" BorderPane.alignment="CENTER">
<Image url="@../images/inverting_clipper_scope.png" requestedWidth="360.0" preserveRatio="true" smooth="true" />
</ImageView>
It's not possible to set these attributes from SceneBuilder
though.