Solved

Which of the Following Statements Correctly Adds a Label to the First

Question 28

Multiple Choice

Which of the following statements correctly adds a label to the first row and second column of a GridPane object?


A) gridpane.add(myLabel, 1, 2) ;
B) gridpane.add(myLabel, 2, 1) ;
C) gridpane.add(myLabel, 0, 1) ;
D) gridpane.add(myLabel, 1, 0) ;

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions