jgaalen commented on code in PR #6256: URL: https://github.com/apache/jmeter/pull/6256#discussion_r1536802564
########## src/components/src/main/java/org/apache/jmeter/extractor/gui/RegexExtractorGui.java: ########## @@ -208,6 +214,8 @@ private JPanel makeParameterPanel() { templateField = new JLabeledTextField(JMeterUtils.getResString("template_field")); //$NON-NLS-1$ refNameField = new JLabeledTextField(JMeterUtils.getResString("ref_name_field")); //$NON-NLS-1$ matchNumberField = new JLabeledTextField(JMeterUtils.getResString("match_num_field")); //$NON-NLS-1$ + failResultField = new JLabel(JMeterUtils.getResString("fail_if_not_matched_field")); + failResult = new JCheckBox(); Review Comment: emptyDefaultValue is also a JCheckBox(), so what would a JEditableCheckbox do better? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@jmeter.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org