A.button.enableActioinEvents();
B.button.addActionListener(anActionListener);
C.button.enableEvents(true);
D.button.enableEvents(AWTEvent.ACTION_EVENT_MASK);
您可能感興趣的試卷
你可能感興趣的試題
A.調(diào)用類Worker中定義的super()方法
B.調(diào)用類Person中定義的super()方法
C.調(diào)用類Person的構(gòu)造函數(shù)
D.語法錯誤
A.private
B.protected
C.public
D.friendly
A.addListener()
B.addActionListener()
C.addButtonListener()
D.setListener()
A.getActionCommand()
B.setLabel(stringstr)
C.button()
D.getLabel()
A.image是要繪制的圖像
B.x,y是表示圖像的中心的位置
C.width是源圖像的寬度
D.this是容器
最新試題
調(diào)用()組件對已經(jīng)綁定了請求消息數(shù)據(jù)的參數(shù)對象進行數(shù)據(jù)合法性校驗。
簡單來說,RESTful風格就是把請求參數(shù)變成()的一種風格。
自定義數(shù)據(jù)綁定可以采用Converter或Formatter,兩者的區(qū)別下列說法正確的是()。
將請求消息數(shù)據(jù)與后臺方法參數(shù)建立連接的過程就是SpringMVC中的()。
Tomcat、Jetty、JBoss和GlassFish默認的Servlet名稱是()。
@Controller注解類型用于指示Spring類的實例是一個()。
SpringMVC數(shù)據(jù)綁定的過程中,ServletRequest接收受的信息直接給()。
DispatcherServlet的全名是org.springframework.web.servlet.DispatcherServlet,它在程序中充當著()的角色。
下列數(shù)據(jù)是合法的JSON數(shù)據(jù)的是()。
SpringMVC中,使用注解方式時,需要添加()包。