super((JFrame) null, JMeterUtils.getResString("function_helper_title"), false);
init();
}
private void init() {
parameterPanel = new ArgumentsPanel(JMeterUtils.getResString("function_params"));
initializeFunctionList();
this.getContentPane().setLayout(new BorderLayout(10, 10));
JPanel comboPanel = new JPanel(new FlowLayout(FlowLayout.CENTER));
comboPanel.add(functionList);
JButton helpButton = new JButton(JMeterUtils.getResString("help"));