多做题,通过考试没问题!

Java认证考试

睦霖题库>其他计算机考试>Java认证考试

Write a line of code that declares a variable named layout of type LayoutManager and initializes it with a new object, which when used with a container can lay out components in a rectangular grid of equal-sized rectangles, 3 components wide and 2 components high.()

正确答案:layout = new GridLayout(2, 3);"   or: "LayoutManager layout = new
答案解析:
进入题库查看解析

微信扫一扫手机做题