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.菜單
最新試題
ModelAndView對象的()方法向模型對象中添加數(shù)據(jù)。
SpringMVC中,使用注解方式時,需要添加()包。
SpringMVC處理方法的返回類型()主要在異步請求時使用,它只返回數(shù)據(jù),而不會跳轉(zhuǎn)視圖。
$.ajax中,表示請求時攜帶的數(shù)據(jù)的是()。
當(dāng)有多個攔截器同時工作時,它們的preHandle()會按照配置文件中攔截器的(),而它們的postHandle()方法和afterCompletion()方法則會按照()。
Model是一個接口,ModelMap是一個接口實現(xiàn),作用是將model數(shù)據(jù)填充到()域。
文件解析器類CommonsMultipartResolver的()屬性表示上傳文件的最大長度。
下列是正確的JSON對象結(jié)構(gòu)數(shù)據(jù)的是()。
ViewResolver解析后,會向()中返回具體的View(視圖)。
將請求消息數(shù)據(jù)與后臺方法參數(shù)建立連接的過程就是SpringMVC中的()。