A.FlowLayout以由上到下的方式從左到右排列組件 B.BorderLayout使用“東”、“西”、“南“、“北”、“居中”來指定組件的位置 C.GridLayout提供了類似于選項卡式的對話框的功能 D.CardLayout是最靈活的布局方案
在Java語言中,如果你有下面的類定義,如果你試圖編譯上面的代碼會發(fā)生()。
A.一切成功編譯 B.Shape可以編譯Square不能編譯 C.Square可以編譯Shape不能編譯 D.Shape.Square都不能編譯
A.MouseListener B.ActionLisener C.WindowListener D.以上都要