Searched refs:radioButton1 (Results 1 – 3 of 3) sorted by relevance
54 RadioButton radioButton1 = new RadioButton(null); in shouldInformRadioGroupThatItIsChecked() local55 radioButton1.setId(99); in shouldInformRadioGroupThatItIsChecked()60 radioGroup.addView(radioButton1); in shouldInformRadioGroupThatItIsChecked()63 radioButton1.setChecked(true); in shouldInformRadioGroupThatItIsChecked()64 assertThat(radioGroup.getCheckedRadioButtonId(), equalTo(radioButton1.getId())); in shouldInformRadioGroupThatItIsChecked()
298 JRadioButton radioButton1 = new JRadioButton(); in addRadioButtonTriplet() local304 buttonGroup.add(radioButton1); in addRadioButtonTriplet()310 panel.add(radioButton1, buttonConstraints); in addRadioButtonTriplet()317 radioButton1, in addRadioButtonTriplet()
337 JRadioButton radioButton1 = new JRadioButton(); in addRadioButtonTriplet() local343 buttonGroup.add(radioButton1); in addRadioButtonTriplet()349 panel.add(radioButton1, buttonConstraints); in addRadioButtonTriplet()356 radioButton1, in addRadioButtonTriplet()