CJCoding With Joseph
15per day
← Back to Question List

Select topics to narrow your question pool, then enable Random to jump to a random question matching your filters.

Topics:
Java Quiz #46

Inline CSS Styling

easyJavaFX

What does this line of code do?

📄 Code

1Button btn = new Button("Save");
2btn.setStyle("-fx-background-color: #4CAF50; -fx-text-fill: white;");