Is it possible to Generate actionPerformed
event for a ButtonGroup
of radio buttons in Java 7?. I can not find this option in NetBeans. I'm working with GUI Builder. Or any other form to develop this task?
Right now I'm repeating code in all radio buttons, but I'm planning to add several of them and this approach would use to much code.