threadDelayPropsPanel.add(avgDelayPanel);
threadDelayPropsPanel.setMaximumSize(new Dimension(threadDelayPropsPanel.getMaximumSize().width, threadDelayPropsPanel.getPreferredSize().height));
add(threadDelayPropsPanel);
// Set the initial focus to the delay field
new FocusRequester(rangeField);
}