JPanel的默认布局管理器是
JPanel的默认布局管理器是
A、GridLayout
B、lowLayout
C、ardLayout
D、orderLayout
【正确答案】:B
【题目解析】:JPanel 缺省布局使用的是流式布局管理器(FlowLayout),本题选择B.
Top