我正在使用netbeans並希望使用我的桌面上的媒體文件來替換無聊的按鈕。如何使用場景構建器在java fxml上製作圖像按鈕?
所以這是我的代碼。 我想讓它成爲按鈕。
<Button layoutX="252.0" layoutY="177.0" mnemonicParsing="false" prefHeight="57.0" prefWidth="135.0" text="Button!" textFill="BLUE">
<font>
<Font name="Avenir Next Regular" size="13.0" />
</font>
</Button>
感謝提前:)
看到這個:http://stackoverflow.com/questions/16340269/styling-a-javafx-2-button-using-fxml-only-how-to-add-an-image-to-a - 按鈕 –