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
Please sign in to leave a comment.
Mark respective 'Bind to field' check box at UI Designer tool window
Thanks