我有顶栏、列表和底栏。
this.setLayout(new BorderLayout());
this.addComponent(BorderLayout.NORTH, bottomBar);
this.addComponent(BorderLayout.CENTER, list);
this.addComponent(BorderLayout.SOUTH, bottomBar);
List
很长。bottomBar 和 bottomBar 是隐藏的。滚动是在全屏上。如何进行滚动仅适用于BorderLayout.CENTER
. bottomBar 和 bottomBar 将可见。