我无法为中心组件设置scrollale。但必须修复北方和南方。
this.setLayout(new BorderLayout());
this.setScrollable(false);
this.addComponent(BorderLayout.NORTH, top);
scrollWrap.setScrollable(true);
this.addComponent(BorderLayout.CENTER, scrollWrap);
this.addComponent(BorderLayout.SOUTH, bottom);
有什么问题?
答案 0 :(得分:1)
我假设此代码位于Form的子类中?什么具体不起作用?您是否打算在X& X上同时启用滚动功能Y'您是否将组件添加到容器中?只有在将组件添加到scrollWrap容器
中时,滚动才有效