Topic: 这样添加 Button 为什么不行? |
Print this page |
1.这样添加 Button 为什么不行? | Copy to clipboard |
Posted by: elliott Posted on: 2005-02-02 15:01 假设我有一个主界面。里面有一个 Composite 组件名为 comp,还有一个 Button 组件。 我想点击 Button 就 new 一个新类, 把 comp 传递过去. 新类的构造函数中 new 了一个 Button, 他的构造函数为 new Button(comp, SWT.NONE).setText("abc"); 测试时, 点击主界面 Button 组件, 创建新类, 在新类中创建 button, 但在主界面的 Composite中显示不出来? 没有报错.. |
2.Re:这样添加 Button 为什么不行? [Re: elliott] | Copy to clipboard |
Posted by: kite Posted on: 2005-02-02 16:34 你需要设定layout |
3.Re:这样添加 Button 为什么不行? [Re: elliott] | Copy to clipboard |
Posted by: wdh113 Posted on: 2005-02-03 01:18 先设定composite的layout 在添加组件后调用composite.layout(true) |
Powered by Jute Powerful Forum® Version Jute 1.5.6 Ent Copyright © 2002-2021 Cjsdn Team. All Righits Reserved. 闽ICP备05005120号-1 客服电话 18559299278 客服信箱 714923@qq.com 客服QQ 714923 |