JRadioButton « JTextField « Java Swing Q&A





1. Use JRadioButtons to set two text fields    stackoverflow.com

Very new to Java here. How do I use a JRadioButton to set two different text fields? The three buttons are:
1. 7 at 5.35%
2. 15 at 5.5%
3. 30 at 5.75% ...

2. How do I combine a JTextField and a JRadioButton?    stackoverflow.com

I would like to have a JRadioPanel with three options. The first two are hardcoded options, and I want the third to be an 'Other' button. I would like to have ...