python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How can I move focused button?
I have some issues with my Java Swing code.
I want to move between buttons using the keyboard (UP, DOWN key) and press the button using the ENTER key. But I think there is no way to use the keyboard.
...
gj su
Votes: 0
Answers: 1
Active Tabbed Radio is selected?
import javax.swing.*;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
public class TabbedPaneExample {
JFrame f;
TabbedPaneExample(){
f=new JFrame();
JButton check = new...
Hussain
Votes: 0
Answers: 0
NumberFormatException: For input string: "Regular (Php 100)"
The program is supposed to compute the integer indicated for the radio button, checkbox, and combo box, but it always returns an error when I submit it.
Exception in thread "AWT-EventQueue-0"...
SeanCry
Votes: 0
Answers: 1
How to link JRadiobutton to JButton for accurate Output
Background info: In my program I have a text file, that is read in, and contains a list of different book types with their respected info. I have successfully passed an array of these text values to m...

user14410420
Votes: 0
Answers: 1