How to get ButtonGroup
Hi
I used Intellij IDEA 9.0 UI designer to create a panel with some RadioButtons.
I grouped them by a GroupButton ( visually ).
Now i need to access this GroupButton in my code but there is no reference to created GroupButton.
Would you please help me to find out how i can create a reference to GroupButton?
Thanks in advance.
Mostafa
请先登录再写评论。
Mark respective 'Bind to field' check box at UI Designer tool window
Thanks