“JAVAFX Ubah Tombol Latar Belakang Warna” Kode Jawaban

Warna tombol javafx

//making a red button in javafx

Button button = new Button("My Button");
button.setStyle("-fx-background-color: #ff0000; ");
Mocat

JAVAFX Ubah Tombol Latar Belakang Warna

/*can address these properties: */
-fx-border-width
-fx-border-color
-fx-background-color
-fx-font-size
-fx-text-fill

/*	see source for more examples
	see JavaFX CSS Reference Guide for additional properties:
	https://docs.oracle.com/javafx/2/api/javafx/scene/doc-files/cssref.html
*/
Solstice

Jawaban yang mirip dengan “JAVAFX Ubah Tombol Latar Belakang Warna”

Pertanyaan yang mirip dengan “JAVAFX Ubah Tombol Latar Belakang Warna”

Lebih banyak jawaban terkait untuk “JAVAFX Ubah Tombol Latar Belakang Warna” di CSS

Jelajahi jawaban kode populer menurut bahasa

Jelajahi bahasa kode lainnya