← Back to Question List
Java Quiz #46
Inline CSS Styling
What does this line of code do?
📄 Code
1Button btn = new Button("Save");2btn.setStyle("-fx-background-color: #4CAF50; -fx-text-fill: white;");