试题详情
简答题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
  • 关注下方微信公众号,在线模考后查看

热门试题