class RadioBtnsListener
extends java.lang.Object
implements java.awt.event.ActionListener
Copyright (c) 2018
Constructor and Description |
---|
RadioBtnsListener() |
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(java.awt.event.ActionEvent e)
Handles clicks on individual radio buttons.
|