A.一種用于開發(fā)多層次、瘦型客戶用戶程序的標(biāo)準(zhǔn)設(shè)計模型,即J2EE應(yīng)用程序模型 B.一套兼容測試組件,用來檢測產(chǎn)品是否同微軟的.net平臺兼容,即J2EE兼容測試組件 C.一個標(biāo)準(zhǔn)的平臺,用來整合J2EE的應(yīng)用程序,指定一系列的接口和方法,即J2EE平臺 D.用來示范J2EE的能力的J2EE實(shí)現(xiàn)參考
A.FlowLayout以由上到下的方式從左到右排列組件 B.BorderLayout使用“東”、“西”、“南”、“北”、“居中”來指定組件的位置 C.GridLayout提供了類似于選項(xiàng)卡式的對話框的功能 D.CardLayout是最靈活的布局方案
A.public void fireVetoableChange(Object oldValue,Object newValue) B. public void fireVetoableChange(String propertyName,Object newValue) C. public void fireVetoableChange(String propertyName, Object oldValue ,Object newValue)throws PropertyVetoException D. public void fireVetoableChange(String propertyName, Object oldValue ,Object newValue)