logo

Crowdly

Mis tuleb ekraanile? VBox kiht1 = new VBox(); Button nupp = new Button("Vajut...

✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.

Mis tuleb ekraanile?

VBox kiht1 = new VBox();

Button nupp = new Button("Vajuta mind");

kiht1.getChildren().add(nupp);

HBox kiht2 = new HBox();

kiht2.getChildren().add(nupp);

Scene stseen = new Scene(kiht1, 200, 150);

peaLava.setScene(stseen);

peaLava.show();

0%
0%
0%
0%
More questions like this

Want instant access to all verified answers on moodle.ut.ee?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!