A.FlowLayout以由上到下的方式從左到右排列組件 B.BorderLayout使用“東”、“西”、“南”、“北”、“居中”來指定組件的位置 C.GridLayout提供了類似于選項(xiàng)卡式的對(duì)話框的功能 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)
A.在“start()”中調(diào)用getParameter()函數(shù) B.在“init()”中調(diào)用getParameter()函數(shù) C.在“main()”中調(diào)用getParameter()函數(shù) D.在“paint()”中調(diào)用getParameter()函數(shù)