October 14, 201312 yr I am terrible with the whole GUI thing I know there's these JOptionPane things and I know how to make one of these: try{ LVL_TO_STOP = Integer.parseInt(JOptionPane.showInputDialog("Hi pls input number pls")); } catch (Exception e){ } But I really need to make one that looks like this: I just don't know what to do to make it. Also, I have no idea how I would make it check which option is selected and to perform an action based on which option is checked, anyway, any help is appreciated.. I'm bad at explaining things
October 14, 201312 yr If your using the ide eclipse install window builder on it. if you don't know how to do that and you are using eclipse. you will need these. JFrame JPanel JCheckBox x2 JButtton x2 JLabel
October 14, 201312 yr he would probably want to use 2 JRadioButtons and a button group instead of check boxes