在Java中,对组件可实现不同的布局,下列哪个不对
A 顺序布局(FlowLayout)
B 边界布局(BorderLayout)
C 网格布局(GridLayout)
D 中央布局(CenterLayout)