开发者

finding components of Composite Class in java Swing

开发者 https://www.devze.com 2023-01-31 04:26 出处:网络
I need to find all components of Composite class开发者_如何转开发(swt.widgets.composite).How to do that?

I need to find all components of Composite class开发者_如何转开发(swt.widgets.composite).How to do that? Please guide me...

Regards Kumar


Try public Control[] getChildren()

0

精彩评论

暂无评论...
验证码 换一张
取 消