A.setLayoutManager(newGridLayout());
B.setLayout(newGridLayout(2,2));
C.setGridLayout(2,2);
D.setBorderLayout()
您可能感興趣的試卷
你可能感興趣的試題
A.setSize(intwidth,intheight)
B.setSize(intx,inty,intwidth,intheight)
C.setSize(Dimensiondim)
D.以上皆不是
A.FlowLayout
B.BorderLayout
C.GridLayout
D.null(noLayoutManager)
A.JPanel
B.JScrollPane
C.JWindow
D.JFrame
A.FlowLayout
B.GridLayout
C.CardLayout
D.BorderLayout
A.文本*區(qū)域
B.按鈕
C.文本字段
D.菜單
最新試題
簡(jiǎn)單來(lái)說(shuō),RESTful風(fēng)格就是把請(qǐng)求參數(shù)變成()的一種風(fēng)格。
DispatcherServlet的全名是org.springframework.web.servlet.DispatcherServlet,它在程序中充當(dāng)著()的角色。
RESTful風(fēng)格在HTTP請(qǐng)求中,使用()表示添加操作。
ViewResolver解析后,會(huì)向()中返回具體的View(視圖)。
組合注解()匹配PUT方式的請(qǐng)求。
@RequestMapping注解的默認(rèn)屬性是()。
當(dāng)請(qǐng)求中的參數(shù)與控制器中的方法參數(shù)名不一致時(shí),可以采用()來(lái)建立聯(lián)系。
配置視圖解析器(ViewResolver)時(shí),<property name="prefix"value="/WEB-INF/jsp/"/>是設(shè)置視圖的()屬性。
配置前端控制器時(shí),<url-pattern>/</url-pattern>表示()。
下列示攔截器,主要用于攔截用戶請(qǐng)求并做相應(yīng)的處理的是()。