Kizspy Question: 8
(Choose 1 answer)
Which code snippet shows how to set the size of a scene?
A. Scene scene = new Scene(new Pane(), 400, 300);
B. Stage stage = new Stage(new Pane(), 400, 300);
C. Node node = new Node(new Pane(), 400, 300);
D. Button button = new Button(new Pane(), 400, 300);