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()
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()
精彩评论