-->
当前位置:首页 > 题库

单选题:To set the node to the right of the text in a label lbl, use ___

Luz5年前 (2021-05-10)题库653
To set the node to the right of the text in a label lbl, use _______. @[D](2)
A. lbl.setContentDisplay(ContentDisplay.BOTTOM);
B. lbl.setContentDisplay(ContentDisplay.LEFT);
C. lbl.setContentDisplay(ContentDisplay.TOP);
D. lbl.setContentDisplay(ContentDisplay.RIGHT);





A.lbl.setContentDisplay(ContentDisplay.BOTTOM);
B.lbl.setContentDisplay(ContentDisplay.LEFT);
C.lbl.setContentDisplay(ContentDisplay.TOP);
D.lbl.setContentDisplay(ContentDisplay.RIGHT);


答案:D