두 가지 목표를 달성하려고합니다.FXML 이미지 투명도
- 텍스트를 투명하게 만듭니다.
이미지 오른쪽에 텍스트가 뭉개지지 않습니다.
<Button fx:id="btn" layoutX="90.0" layoutY="14.0" mnemonicParsing="false" prefHeight="97.0" prefWidth="320.0" styleClass="root" text="Button"> <graphic> <ImageView fitHeight="87.0" fitWidth="244.0"> <image> <Image url="@image.jpg"/> </image> </ImageView> </graphic> </Button>
어떤 도움이 크게 감사합니다. 당신이 무엇을 할 수 있는지
http://stackoverflow.com/questions/16340269/styling-a-javafx-2-button-using-fxml-only-how :이
Button
에 사용되는graphic
의 상단에있는 텍스트를 그릴한다 -to-add-an-image-to-a-button – FamousFrikhttp://stackoverflow.com/questions/34852751/button-with-image-styling-with-fxml-css – FamousFrik