Solved

In Order to Leave 15 Pixels of Space in an HBox

Question 31

Multiple Choice

In order to leave 15 pixels of space in an HBox container, use which of the following statements?


A) myhbox = setPadding(15) ;
B) myhbox.setPadding(15) ;
C) myhbox.setPadding.Insets(15) ;
D) myhbox.setPadding(new Insets(15) ) ;

Correct Answer:

verifed

Verified

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

Related Questions