panel.addComponent(m_optimizedHufButton = new JCheckBox(Main.getString("export_label_optimizedhuf")), 1, row, GridBagConstraints.WEST, new Insets(2, 10, 0, 0), 1, 1, 1, 0, GridBagConstraints.HORIZONTAL);
        m_optimizedHufButton.setSelected(m_bOptimizedHuf);
        row++;
        panel.addComponent(new JLabel(Main.getString("export_label_file")), 0, row, GridBagConstraints.WEST, new Insets(5, 0, 0, 0));
        row++;
    panel.addComponent(m_fileField = new JTextField(24), 0, row, GridBagConstraints.WEST, new Insets(2, 0, 0, 0), 2, 1, 1, 0, GridBagConstraints.HORIZONTAL);
    panel.addComponent(m_fileBrowseButton = new JButton(Main.getString("export_label_file_browse")), 2, row, GridBagConstraints.WEST, new Insets(2, 5, 0, 0));
        final JExportDialog thisDialog = this;