Example usage for com.jgoodies.forms.layout CellConstraints DEFAULT

List of usage examples for com.jgoodies.forms.layout CellConstraints DEFAULT

Introduction

In this page you can find the example usage for com.jgoodies.forms.layout CellConstraints DEFAULT.

Prototype

Alignment DEFAULT

To view the source code for com.jgoodies.forms.layout CellConstraints DEFAULT.

Click Source Link

Document

Use the column's or row's default alignment.

Usage

From source file:org.archiviststoolkit.editor.NameCorpFields.java

License:Open Source License

private void initComponents() {
    // JFormDesigner - Component initialization - DO NOT MODIFY  //GEN-BEGIN:initComponents
    // Generated using JFormDesigner non-commercial license
    nameTypeLabel = new JLabel();
    nameType = new JLabel();
    label_nameCorporatePrimaryName = new JLabel();
    nameCorporatePrimaryName = ATBasicComponentFactory
            .createTextField(parentPresentationModel.getModel(Names.PROPERTYNAME_CORPORATE_PRIMARY_NAME));
    label_nameCorporateSubordinate1 = new JLabel();
    nameCorporateSubordinate1 = ATBasicComponentFactory
            .createTextField(parentPresentationModel.getModel(Names.PROPERTYNAME_CORPORATE_SUBORDINATE_1));
    label_nameCorporateSubordinate2 = new JLabel();
    nameCorporateSubordinate2 = ATBasicComponentFactory
            .createTextField(parentPresentationModel.getModel(Names.PROPERTYNAME_CORPORATE_SUBORDINATE_2));
    label_nameCorporateNumber = new JLabel();
    nameCorporateNumber = ATBasicComponentFactory
            .createTextField(parentPresentationModel.getModel(Names.PROPERTYNAME_NUMBER));
    label_nameCorporateQualifier = new JLabel();
    nameCorporateQualifier = ATBasicComponentFactory
            .createTextField(parentPresentationModel.getModel(Names.PROPERTYNAME_QUALIFIER));
    label_nameSource = new JLabel();
    nameSource = ATBasicComponentFactory.createComboBox(parentPresentationModel, Names.PROPERTYNAME_NAME_SOURCE,
            Names.class);
    label_nameRule = new JLabel();
    nameRule = ATBasicComponentFactory.createComboBox(parentPresentationModel, Names.PROPERTYNAME_NAME_RULE,
            Names.class);
    separator3 = new JSeparator();
    panel4 = new JPanel();
    label_sortName2 = new JLabel();
    sortName = ATBasicComponentFactory/*from ww w.j a v  a2s.c  o m*/
            .createTextField(parentPresentationModel.getModel(Names.PROPERTYNAME_SORT_NAME));
    namePersonalDirectOrder2 = ATBasicComponentFactory.createCheckBox(parentPresentationModel,
            Names.PROPERTYNAME_CREATE_SORT_NAME_AUTOMATICALLY, Names.class);
    CellConstraints cc = new CellConstraints();

    //======== this ========
    setBackground(new Color(231, 188, 251));
    setOpaque(false);
    setFont(new Font("Trebuchet MS", Font.PLAIN, 13));
    setLayout(new FormLayout(
            new ColumnSpec[] { FormFactory.DEFAULT_COLSPEC, FormFactory.LABEL_COMPONENT_GAP_COLSPEC,
                    new ColumnSpec("max(default;300px):grow") },
            new RowSpec[] { FormFactory.DEFAULT_ROWSPEC, FormFactory.LINE_GAP_ROWSPEC,
                    FormFactory.DEFAULT_ROWSPEC, FormFactory.LINE_GAP_ROWSPEC, FormFactory.DEFAULT_ROWSPEC,
                    FormFactory.LINE_GAP_ROWSPEC, FormFactory.DEFAULT_ROWSPEC, FormFactory.LINE_GAP_ROWSPEC,
                    FormFactory.DEFAULT_ROWSPEC, FormFactory.LINE_GAP_ROWSPEC, FormFactory.DEFAULT_ROWSPEC,
                    FormFactory.LINE_GAP_ROWSPEC, FormFactory.DEFAULT_ROWSPEC, FormFactory.LINE_GAP_ROWSPEC,
                    FormFactory.DEFAULT_ROWSPEC, FormFactory.LINE_GAP_ROWSPEC, FormFactory.RELATED_GAP_ROWSPEC,
                    FormFactory.LINE_GAP_ROWSPEC, FormFactory.DEFAULT_ROWSPEC }));

    //---- nameTypeLabel ----
    nameTypeLabel.setText("Name Identity Record:");
    nameTypeLabel.setFont(new Font("Trebuchet MS", Font.PLAIN, 13));
    add(nameTypeLabel, cc.xy(1, 1));

    //---- nameType ----
    nameType.setText("nameType");
    nameType.setFont(new Font("Trebuchet MS", Font.PLAIN, 13));
    add(nameType, cc.xy(3, 1));

    //---- label_nameCorporatePrimaryName ----
    label_nameCorporatePrimaryName.setText("Primary Name");
    label_nameCorporatePrimaryName.setFont(new Font("Trebuchet MS", Font.PLAIN, 13));
    ATFieldInfo.assignLabelInfo(label_nameCorporatePrimaryName, Names.class,
            Names.PROPERTYNAME_CORPORATE_PRIMARY_NAME);
    add(label_nameCorporatePrimaryName, cc.xy(1, 3));

    //---- nameCorporatePrimaryName ----
    nameCorporatePrimaryName.addFocusListener(new FocusAdapter() {
        @Override
        public void focusLost(FocusEvent e) {
            sortNameConstruction(e);
        }
    });
    add(nameCorporatePrimaryName, cc.xy(3, 3));

    //---- label_nameCorporateSubordinate1 ----
    label_nameCorporateSubordinate1.setText("Subordinate");
    label_nameCorporateSubordinate1.setFont(new Font("Trebuchet MS", Font.PLAIN, 13));
    ATFieldInfo.assignLabelInfo(label_nameCorporateSubordinate1, Names.class,
            Names.PROPERTYNAME_CORPORATE_SUBORDINATE_1);
    add(label_nameCorporateSubordinate1, cc.xy(1, 5));

    //---- nameCorporateSubordinate1 ----
    nameCorporateSubordinate1.addFocusListener(new FocusAdapter() {
        @Override
        public void focusLost(FocusEvent e) {
            sortNameConstruction(e);
        }
    });
    add(nameCorporateSubordinate1, cc.xy(3, 5));

    //---- label_nameCorporateSubordinate2 ----
    label_nameCorporateSubordinate2.setText("Subordinate");
    label_nameCorporateSubordinate2.setFont(new Font("Trebuchet MS", Font.PLAIN, 13));
    ATFieldInfo.assignLabelInfo(label_nameCorporateSubordinate2, Names.class,
            Names.PROPERTYNAME_CORPORATE_SUBORDINATE_2);
    add(label_nameCorporateSubordinate2, cc.xy(1, 7));

    //---- nameCorporateSubordinate2 ----
    nameCorporateSubordinate2.addFocusListener(new FocusAdapter() {
        @Override
        public void focusLost(FocusEvent e) {
            sortNameConstruction(e);
        }
    });
    add(nameCorporateSubordinate2, cc.xy(3, 7));

    //---- label_nameCorporateNumber ----
    label_nameCorporateNumber.setText("Number");
    label_nameCorporateNumber.setFont(new Font("Trebuchet MS", Font.PLAIN, 13));
    ATFieldInfo.assignLabelInfo(label_nameCorporateNumber, Names.class, Names.PROPERTYNAME_NUMBER);
    add(label_nameCorporateNumber, cc.xy(1, 9));

    //---- nameCorporateNumber ----
    nameCorporateNumber.addFocusListener(new FocusAdapter() {
        @Override
        public void focusLost(FocusEvent e) {
            sortNameConstruction(e);
        }
    });
    add(nameCorporateNumber, cc.xy(3, 9));

    //---- label_nameCorporateQualifier ----
    label_nameCorporateQualifier.setText("Qualifier");
    label_nameCorporateQualifier.setFont(new Font("Trebuchet MS", Font.PLAIN, 13));
    ATFieldInfo.assignLabelInfo(label_nameCorporateQualifier, Names.class, Names.PROPERTYNAME_QUALIFIER);
    add(label_nameCorporateQualifier, cc.xy(1, 11));

    //---- nameCorporateQualifier ----
    nameCorporateQualifier.addFocusListener(new FocusAdapter() {
        @Override
        public void focusLost(FocusEvent e) {
            sortNameConstruction(e);
        }
    });
    add(nameCorporateQualifier, cc.xy(3, 11));

    //---- label_nameSource ----
    label_nameSource.setText("Source");
    label_nameSource.setFont(new Font("Trebuchet MS", Font.PLAIN, 13));
    ATFieldInfo.assignLabelInfo(label_nameSource, Names.class, Names.PROPERTYNAME_NAME_SOURCE);
    add(label_nameSource, cc.xy(1, 13));

    //---- nameSource ----
    nameSource.setOpaque(false);
    nameSource.addActionListener(new ActionListener() {
        public void actionPerformed(ActionEvent e) {
            sortNameConstruction(e);
        }
    });
    add(nameSource, cc.xywh(3, 13, 1, 1, CellConstraints.LEFT, CellConstraints.DEFAULT));

    //---- label_nameRule ----
    label_nameRule.setText("Rules");
    label_nameRule.setFont(new Font("Trebuchet MS", Font.PLAIN, 13));
    ATFieldInfo.assignLabelInfo(label_nameRule, Names.class, Names.PROPERTYNAME_NAME_RULE);
    add(label_nameRule, cc.xy(1, 15));

    //---- nameRule ----
    nameRule.setOpaque(false);
    nameRule.addActionListener(new ActionListener() {
        public void actionPerformed(ActionEvent e) {
            sortNameConstruction(e);
        }
    });
    add(nameRule, cc.xywh(3, 15, 1, 1, CellConstraints.LEFT, CellConstraints.DEFAULT));

    //---- separator3 ----
    separator3.setBackground(new Color(220, 220, 232));
    separator3.setForeground(new Color(147, 131, 86));
    separator3.setMinimumSize(new Dimension(1, 10));
    separator3.setFont(new Font("Trebuchet MS", Font.PLAIN, 13));
    add(separator3, cc.xywh(1, 17, 3, 1));

    //======== panel4 ========
    {
        panel4.setOpaque(false);
        panel4.setLayout(new FormLayout(
                new ColumnSpec[] { FormFactory.DEFAULT_COLSPEC, FormFactory.LABEL_COMPONENT_GAP_COLSPEC,
                        new ColumnSpec(ColumnSpec.FILL, Sizes.DEFAULT, FormSpec.DEFAULT_GROW),
                        FormFactory.LABEL_COMPONENT_GAP_COLSPEC, FormFactory.DEFAULT_COLSPEC },
                RowSpec.decodeSpecs("default")));

        //---- label_sortName2 ----
        label_sortName2.setText("Sort Name");
        label_sortName2.setFont(new Font("Trebuchet MS", Font.PLAIN, 13));
        ATFieldInfo.assignLabelInfo(label_sortName2, Names.class, Names.PROPERTYNAME_SORT_NAME);
        panel4.add(label_sortName2, cc.xy(1, 1));
        panel4.add(sortName, cc.xy(3, 1));

        //---- namePersonalDirectOrder2 ----
        namePersonalDirectOrder2.setText("Create automatically");
        namePersonalDirectOrder2.setOpaque(false);
        namePersonalDirectOrder2.addChangeListener(new ChangeListener() {
            public void stateChanged(ChangeEvent e) {
                createAutomaticallyStateChanged(e);
            }
        });
        namePersonalDirectOrder2
                .setText(ATFieldInfo.getLabel(Names.class, Names.PROPERTYNAME_CREATE_SORT_NAME_AUTOMATICALLY));
        panel4.add(namePersonalDirectOrder2, cc.xy(5, 1));
    }
    add(panel4, cc.xywh(1, 19, 3, 1));
    // JFormDesigner - End of component initialization  //GEN-END:initComponents
}

From source file:org.archiviststoolkit.editor.NameFamilyFields.java

License:Open Source License

private void initComponents() {
    // JFormDesigner - Component initialization - DO NOT MODIFY  //GEN-BEGIN:initComponents
    // Generated using JFormDesigner non-commercial license
    nameTypeLabel = new JLabel();
    nameType = new JLabel();
    label_nameFamilyName = new JLabel();
    nameFamilyName = ATBasicComponentFactory
            .createTextField(parentPresentationModel.getModel(Names.PROPERTYNAME_FAMILY_NAME));
    label_nameFamilyNamePrefix = new JLabel();
    nameFamilyNamePrefix = ATBasicComponentFactory
            .createTextField(parentPresentationModel.getModel(Names.PROPERTYNAME_FAMILY_NAME_PREFIX));
    label_nameFamilyQualifier = new JLabel();
    nameFamilyQualifier = ATBasicComponentFactory
            .createTextField(parentPresentationModel.getModel(Names.PROPERTYNAME_QUALIFIER));
    label_nameSource = new JLabel();
    nameSource = ATBasicComponentFactory.createComboBox(parentPresentationModel, Names.PROPERTYNAME_NAME_SOURCE,
            Names.class);
    label_nameRule = new JLabel();
    nameRule = ATBasicComponentFactory.createComboBox(parentPresentationModel, Names.PROPERTYNAME_NAME_RULE,
            Names.class);
    separator3 = new JSeparator();
    panel4 = new JPanel();
    label_sortName2 = new JLabel();
    sortName = ATBasicComponentFactory//ww w.  ja  v  a 2 s.c o m
            .createTextField(parentPresentationModel.getModel(Names.PROPERTYNAME_SORT_NAME));
    namePersonalDirectOrder2 = ATBasicComponentFactory.createCheckBox(parentPresentationModel,
            Names.PROPERTYNAME_CREATE_SORT_NAME_AUTOMATICALLY, Names.class);
    CellConstraints cc = new CellConstraints();

    //======== this ========
    setBackground(new Color(231, 188, 251));
    setOpaque(false);
    setFont(new Font("Trebuchet MS", Font.PLAIN, 13));
    setLayout(new FormLayout(
            new ColumnSpec[] { FormFactory.DEFAULT_COLSPEC, FormFactory.LABEL_COMPONENT_GAP_COLSPEC,
                    new ColumnSpec("max(default;300px):grow") },
            new RowSpec[] { FormFactory.DEFAULT_ROWSPEC, FormFactory.LINE_GAP_ROWSPEC,
                    FormFactory.DEFAULT_ROWSPEC, FormFactory.LINE_GAP_ROWSPEC, FormFactory.DEFAULT_ROWSPEC,
                    FormFactory.LINE_GAP_ROWSPEC, FormFactory.DEFAULT_ROWSPEC, FormFactory.LINE_GAP_ROWSPEC,
                    FormFactory.DEFAULT_ROWSPEC, FormFactory.LINE_GAP_ROWSPEC, FormFactory.DEFAULT_ROWSPEC,
                    FormFactory.LINE_GAP_ROWSPEC, FormFactory.RELATED_GAP_ROWSPEC, FormFactory.LINE_GAP_ROWSPEC,
                    FormFactory.DEFAULT_ROWSPEC }));

    //---- nameTypeLabel ----
    nameTypeLabel.setText("Name Identity Record:");
    nameTypeLabel.setFont(new Font("Trebuchet MS", Font.PLAIN, 13));
    add(nameTypeLabel, cc.xy(1, 1));

    //---- nameType ----
    nameType.setText("nameType");
    nameType.setFont(new Font("Trebuchet MS", Font.PLAIN, 13));
    add(nameType, cc.xy(3, 1));

    //---- label_nameFamilyName ----
    label_nameFamilyName.setText("Family Name");
    label_nameFamilyName.setFont(new Font("Trebuchet MS", Font.PLAIN, 13));
    ATFieldInfo.assignLabelInfo(label_nameFamilyName, Names.class, Names.PROPERTYNAME_FAMILY_NAME);
    add(label_nameFamilyName, cc.xy(1, 3));

    //---- nameFamilyName ----
    nameFamilyName.addFocusListener(new FocusAdapter() {
        @Override
        public void focusLost(FocusEvent e) {
            sortNameConstruction(e);
        }
    });
    add(nameFamilyName, cc.xy(3, 3));

    //---- label_nameFamilyNamePrefix ----
    label_nameFamilyNamePrefix.setText("Prefix");
    label_nameFamilyNamePrefix.setFont(new Font("Trebuchet MS", Font.PLAIN, 13));
    ATFieldInfo.assignLabelInfo(label_nameFamilyNamePrefix, Names.class, Names.PROPERTYNAME_FAMILY_NAME_PREFIX);
    add(label_nameFamilyNamePrefix, cc.xy(1, 5));

    //---- nameFamilyNamePrefix ----
    nameFamilyNamePrefix.addFocusListener(new FocusAdapter() {
        @Override
        public void focusLost(FocusEvent e) {
            sortNameConstruction(e);
        }
    });
    add(nameFamilyNamePrefix, cc.xy(3, 5));

    //---- label_nameFamilyQualifier ----
    label_nameFamilyQualifier.setText("Qualifier");
    label_nameFamilyQualifier.setFont(new Font("Trebuchet MS", Font.PLAIN, 13));
    ATFieldInfo.assignLabelInfo(label_nameFamilyQualifier, Names.class, Names.PROPERTYNAME_QUALIFIER);
    add(label_nameFamilyQualifier, cc.xy(1, 7));

    //---- nameFamilyQualifier ----
    nameFamilyQualifier.addFocusListener(new FocusAdapter() {
        @Override
        public void focusLost(FocusEvent e) {
            sortNameConstruction(e);
        }
    });
    add(nameFamilyQualifier, cc.xy(3, 7));

    //---- label_nameSource ----
    label_nameSource.setText("Source");
    label_nameSource.setFont(new Font("Trebuchet MS", Font.PLAIN, 13));
    ATFieldInfo.assignLabelInfo(label_nameSource, Names.class, Names.PROPERTYNAME_NAME_SOURCE);
    add(label_nameSource, cc.xy(1, 9));

    //---- nameSource ----
    nameSource.setOpaque(false);
    nameSource.addActionListener(new ActionListener() {
        public void actionPerformed(ActionEvent e) {
            sortNameConstruction(e);
        }
    });
    add(nameSource, cc.xywh(3, 9, 1, 1, CellConstraints.LEFT, CellConstraints.DEFAULT));

    //---- label_nameRule ----
    label_nameRule.setText("Rules");
    label_nameRule.setFont(new Font("Trebuchet MS", Font.PLAIN, 13));
    ATFieldInfo.assignLabelInfo(label_nameRule, Names.class, Names.PROPERTYNAME_NAME_RULE);
    add(label_nameRule, cc.xy(1, 11));

    //---- nameRule ----
    nameRule.setOpaque(false);
    nameRule.addActionListener(new ActionListener() {
        public void actionPerformed(ActionEvent e) {
            sortNameConstruction(e);
        }
    });
    add(nameRule, cc.xywh(3, 11, 1, 1, CellConstraints.LEFT, CellConstraints.DEFAULT));

    //---- separator3 ----
    separator3.setBackground(new Color(220, 220, 232));
    separator3.setForeground(new Color(147, 131, 86));
    separator3.setMinimumSize(new Dimension(1, 10));
    separator3.setFont(new Font("Trebuchet MS", Font.PLAIN, 13));
    add(separator3, cc.xywh(1, 13, 3, 1));

    //======== panel4 ========
    {
        panel4.setOpaque(false);
        panel4.setLayout(new FormLayout(
                new ColumnSpec[] { FormFactory.DEFAULT_COLSPEC, FormFactory.LABEL_COMPONENT_GAP_COLSPEC,
                        new ColumnSpec(ColumnSpec.FILL, Sizes.DEFAULT, FormSpec.DEFAULT_GROW),
                        FormFactory.LABEL_COMPONENT_GAP_COLSPEC, FormFactory.DEFAULT_COLSPEC },
                RowSpec.decodeSpecs("default")));

        //---- label_sortName2 ----
        label_sortName2.setText("Sort Name");
        label_sortName2.setFont(new Font("Trebuchet MS", Font.PLAIN, 13));
        ATFieldInfo.assignLabelInfo(label_sortName2, Names.class, Names.PROPERTYNAME_SORT_NAME);
        panel4.add(label_sortName2, cc.xy(1, 1));
        panel4.add(sortName, cc.xy(3, 1));

        //---- namePersonalDirectOrder2 ----
        namePersonalDirectOrder2.setText("Create automatically");
        namePersonalDirectOrder2.setFont(new Font("Trebuchet MS", Font.PLAIN, 13));
        namePersonalDirectOrder2.setOpaque(false);
        namePersonalDirectOrder2.addChangeListener(new ChangeListener() {
            public void stateChanged(ChangeEvent e) {
                createAutomaticallyStateChanged(e);
            }
        });
        namePersonalDirectOrder2
                .setText(ATFieldInfo.getLabel(Names.class, Names.PROPERTYNAME_CREATE_SORT_NAME_AUTOMATICALLY));
        panel4.add(namePersonalDirectOrder2, cc.xy(5, 1));
    }
    add(panel4, cc.xywh(1, 15, 3, 1));
    // JFormDesigner - End of component initialization  //GEN-END:initComponents
}

From source file:org.archiviststoolkit.editor.NameFields.java

License:Open Source License

private void initComponents() {
    // JFormDesigner - Component initialization - DO NOT MODIFY  //GEN-BEGIN:initComponents
    // Generated using JFormDesigner non-commercial license
    sortNameDisplay = ATBasicComponentFactory
            .createTextField(detailsModel.getModel(Names.PROPERTYNAME_SORT_NAME));
    tabbedPane = new JTabbedPane();
    detailsContainer = new JPanel();
    detailsPanel = new JPanel();
    separator3 = new JSeparator();
    descriptionPanel = new JPanel();
    label_nameDescriptionNote2 = new JLabel();
    nameDescriptionType = ATBasicComponentFactory.createComboBox(detailsModel,
            Names.PROPERTYNAME_DESCRIPTION_TYPE, Names.class);
    label_nameDescriptionNote = new JLabel();
    scrollPane2 = new JScrollPane();
    nameDescriptionNote = ATBasicComponentFactory
            .createTextArea(detailsModel.getModel(Names.PROPERTYNAME_DESCRIPTION_NOTE));
    label_nameCitation = new JLabel();
    scrollPane23 = new JScrollPane();
    nameCitation = ATBasicComponentFactory.createTextArea(detailsModel.getModel(Names.PROPERTYNAME_CITATION));
    nonPreferredNamePanel = new JPanel();
    label_subjectScopeNote4 = new JLabel();
    scrollPane1 = new JScrollPane();
    nonPreferredNamesTable = new DomainSortableTable(NonPreferredNames.class,
            NonPreferredNames.PROPERTYNAME_SORT_NAME);
    panel1 = new JPanel();
    addNonPreferredNameButton = new JButton();
    removeNonPreferredNameButton = new JButton();
    separator1 = new JSeparator();
    label_subjectScopeNote3 = new JLabel();
    scrollPane5 = new JScrollPane();
    accessionsTable = new DomainSortableTable(Accessions.class, Accessions.PROPERTYNAME_ACCESSION_NUMBER);
    separator2 = new JSeparator();
    label_subjectScopeNote2 = new JLabel();
    scrollPane4 = new JScrollPane();
    resourcesTable = new ResourceAndComponentLinkTable(Resources.class,
            Resources.PROPERTYNAME_RESOURCE_IDENTIFIER);
    label1 = new JLabel();
    separator4 = new JSeparator();
    label_subjectScopeNote5 = new JLabel();
    scrollPane6 = new JScrollPane();
    digitalObjectsTable = new DomainSortableTable(DigitalObjects.class,
            DigitalObjects.PROPERTYNAME_METS_IDENTIFIER);
    contactInfoPanel = new JPanel();
    label_nameContactAddress3 = new JLabel();
    salutation = ATBasicComponentFactory.createTextField(detailsModel.getModel(Names.PROPERTYNAME_SALUTATION));
    label_nameContactAddress1 = new JLabel();
    nameContactAddress1 = ATBasicComponentFactory
            .createTextField(detailsModel.getModel(Names.PROPERTYNAME_CONTACT_ADDRESS_1));
    label_nameContactAddress2 = new JLabel();
    nameContactAddress2 = ATBasicComponentFactory
            .createTextField(detailsModel.getModel(Names.PROPERTYNAME_CONTACT_ADDRESS_2));
    label_nameContactCity = new JLabel();
    nameContactCity = ATBasicComponentFactory
            .createTextField(detailsModel.getModel(Names.PROPERTYNAME_CONTACT_CITY));
    label_nameContactRegion = new JLabel();
    nameContactRegion = ATBasicComponentFactory
            .createTextField(detailsModel.getModel(Names.PROPERTYNAME_CONTACT_REGION));
    label_nameContactMailCode = new JLabel();
    nameContactMailCode = ATBasicComponentFactory
            .createTextField(detailsModel.getModel(Names.PROPERTYNAME_CONTACT_MAIL_CODE));
    label_nameContactCountry = new JLabel();
    nameContactCountry = ATBasicComponentFactory
            .createTextField(detailsModel.getModel(Names.PROPERTYNAME_CONTACT_COUNTRY));
    label_nameContactPhone = new JLabel();
    nameContactPhone = ATBasicComponentFactory
            .createTextField(detailsModel.getModel(Names.PROPERTYNAME_CONTACT_PHONE));
    label_nameContactFax = new JLabel();
    nameContactFax = ATBasicComponentFactory
            .createTextField(detailsModel.getModel(Names.PROPERTYNAME_CONTACT_FAX));
    label_nameContactEmail = new JLabel();
    nameContactEmail = ATBasicComponentFactory
            .createTextField(detailsModel.getModel(Names.PROPERTYNAME_CONTACT_EMAIL));
    label_nameContactName = new JLabel();
    nameContactName = ATBasicComponentFactory
            .createTextField(detailsModel.getModel(Names.PROPERTYNAME_CONTACT_NAME));
    label_nameContactNotes = new JLabel();
    scrollPane3 = new JScrollPane();
    nameContactNotesTable = new DomainSortedTable(NameContactNotes.class);
    panel2 = new JPanel();
    addNoteButton = new JButton();
    removeContactNoteButton = new JButton();
    CellConstraints cc = new CellConstraints();

    //======== this ========
    setFont(new Font("Trebuchet MS", Font.PLAIN, 13));
    setBackground(new Color(200, 205, 232));
    setPreferredSize(new Dimension(900, 500));
    setBorder(Borders.DLU4_BORDER);/*  ww  w  .  j av a2s . c o  m*/
    setLayout(new FormLayout("default:grow", "default, fill:default:grow"));

    //---- sortNameDisplay ----
    sortNameDisplay.setEditable(false);
    sortNameDisplay.setBorder(null);
    sortNameDisplay.setForeground(new Color(0, 0, 102));
    sortNameDisplay.setSelectionColor(new Color(204, 0, 51));
    sortNameDisplay.setOpaque(false);
    add(sortNameDisplay, cc.xy(1, 1));

    //======== tabbedPane ========
    {
        tabbedPane.setFont(new Font("Trebuchet MS", Font.PLAIN, 13));
        tabbedPane.setBackground(new Color(200, 205, 232));
        tabbedPane.setOpaque(true);

        //======== detailsContainer ========
        {
            detailsContainer.setBackground(new Color(200, 205, 232));
            detailsContainer.setLayout(new FormLayout(ColumnSpec.decodeSpecs("default:grow"),
                    new RowSpec[] { FormFactory.DEFAULT_ROWSPEC, FormFactory.LINE_GAP_ROWSPEC,
                            FormFactory.DEFAULT_ROWSPEC, FormFactory.LINE_GAP_ROWSPEC,
                            FormFactory.DEFAULT_ROWSPEC }));

            //======== detailsPanel ========
            {
                detailsPanel.setFont(new Font("Trebuchet MS", Font.PLAIN, 13));
                detailsPanel.setBackground(new Color(200, 205, 232));
                detailsPanel.setLayout(new FormLayout(
                        new ColumnSpec[] { new ColumnSpec(ColumnSpec.RIGHT, Sizes.DEFAULT, FormSpec.NO_GROW),
                                FormFactory.LABEL_COMPONENT_GAP_COLSPEC,
                                new ColumnSpec("max(default;300px):grow"),
                                FormFactory.LABEL_COMPONENT_GAP_COLSPEC, FormFactory.DEFAULT_COLSPEC },
                        new RowSpec[] { FormFactory.DEFAULT_ROWSPEC, FormFactory.LINE_GAP_ROWSPEC,
                                FormFactory.DEFAULT_ROWSPEC, FormFactory.LINE_GAP_ROWSPEC,
                                FormFactory.DEFAULT_ROWSPEC, FormFactory.LINE_GAP_ROWSPEC,
                                FormFactory.DEFAULT_ROWSPEC, FormFactory.LINE_GAP_ROWSPEC,
                                FormFactory.DEFAULT_ROWSPEC, FormFactory.LINE_GAP_ROWSPEC,
                                FormFactory.DEFAULT_ROWSPEC, FormFactory.LINE_GAP_ROWSPEC,
                                FormFactory.DEFAULT_ROWSPEC, FormFactory.LINE_GAP_ROWSPEC,
                                FormFactory.DEFAULT_ROWSPEC, FormFactory.LINE_GAP_ROWSPEC,
                                FormFactory.DEFAULT_ROWSPEC, FormFactory.LINE_GAP_ROWSPEC,
                                FormFactory.DEFAULT_ROWSPEC, FormFactory.LINE_GAP_ROWSPEC,
                                FormFactory.DEFAULT_ROWSPEC, FormFactory.LINE_GAP_ROWSPEC,
                                FormFactory.DEFAULT_ROWSPEC }));
            }
            detailsContainer.add(detailsPanel, cc.xy(1, 1));

            //---- separator3 ----
            separator3.setBackground(new Color(220, 220, 232));
            separator3.setForeground(new Color(147, 131, 86));
            separator3.setMinimumSize(new Dimension(1, 10));
            separator3.setFont(new Font("Trebuchet MS", Font.PLAIN, 13));
            detailsContainer.add(separator3, cc.xy(1, 3));

            //======== descriptionPanel ========
            {
                descriptionPanel.setFont(new Font("Trebuchet MS", Font.PLAIN, 13));
                descriptionPanel.setBackground(new Color(200, 205, 232));
                descriptionPanel.setLayout(new FormLayout(
                        new ColumnSpec[] { FormFactory.DEFAULT_COLSPEC, FormFactory.LABEL_COMPONENT_GAP_COLSPEC,
                                new ColumnSpec(ColumnSpec.FILL, Sizes.DEFAULT, FormSpec.DEFAULT_GROW) },
                        new RowSpec[] { new RowSpec(RowSpec.TOP, Sizes.DEFAULT, FormSpec.NO_GROW),
                                FormFactory.LINE_GAP_ROWSPEC,
                                new RowSpec(RowSpec.TOP, Sizes.DEFAULT, FormSpec.NO_GROW),
                                FormFactory.LINE_GAP_ROWSPEC,
                                new RowSpec(RowSpec.TOP, Sizes.DEFAULT, FormSpec.NO_GROW) }));

                //---- label_nameDescriptionNote2 ----
                label_nameDescriptionNote2.setText("Name Description Type");
                label_nameDescriptionNote2.setFont(new Font("Trebuchet MS", Font.PLAIN, 13));
                ATFieldInfo.assignLabelInfo(label_nameDescriptionNote2, Names.class,
                        Names.PROPERTYNAME_DESCRIPTION_TYPE);
                descriptionPanel.add(label_nameDescriptionNote2, cc.xy(1, 1));

                //---- nameDescriptionType ----
                nameDescriptionType.setOpaque(false);
                nameDescriptionType.setFont(new Font("Trebuchet MS", Font.PLAIN, 13));
                descriptionPanel.add(nameDescriptionType,
                        cc.xywh(3, 1, 1, 1, CellConstraints.LEFT, CellConstraints.DEFAULT));

                //---- label_nameDescriptionNote ----
                label_nameDescriptionNote.setText("Description Note");
                label_nameDescriptionNote.setFont(new Font("Trebuchet MS", Font.PLAIN, 13));
                ATFieldInfo.assignLabelInfo(label_nameDescriptionNote, Names.class,
                        Names.PROPERTYNAME_DESCRIPTION_NOTE);
                descriptionPanel.add(label_nameDescriptionNote, cc.xy(1, 3));

                //======== scrollPane2 ========
                {
                    scrollPane2.setVerticalScrollBarPolicy(ScrollPaneConstants.VERTICAL_SCROLLBAR_ALWAYS);
                    scrollPane2.setFont(new Font("Trebuchet MS", Font.PLAIN, 13));

                    //---- nameDescriptionNote ----
                    nameDescriptionNote.setRows(8);
                    nameDescriptionNote.setLineWrap(true);
                    nameDescriptionNote.setWrapStyleWord(true);
                    scrollPane2.setViewportView(nameDescriptionNote);
                }
                descriptionPanel.add(scrollPane2, cc.xy(3, 3));

                //---- label_nameCitation ----
                label_nameCitation.setText("Citation(s)");
                label_nameCitation.setFont(new Font("Trebuchet MS", Font.PLAIN, 13));
                ATFieldInfo.assignLabelInfo(label_nameCitation, Names.class, Names.PROPERTYNAME_CITATION);
                descriptionPanel.add(label_nameCitation, cc.xy(1, 5));

                //======== scrollPane23 ========
                {
                    scrollPane23.setVerticalScrollBarPolicy(ScrollPaneConstants.VERTICAL_SCROLLBAR_ALWAYS);
                    scrollPane23.setFont(new Font("Trebuchet MS", Font.PLAIN, 13));

                    //---- nameCitation ----
                    nameCitation.setRows(8);
                    nameCitation.setLineWrap(true);
                    nameCitation.setWrapStyleWord(true);
                    scrollPane23.setViewportView(nameCitation);
                }
                descriptionPanel.add(scrollPane23, cc.xy(3, 5));
            }
            detailsContainer.add(descriptionPanel, cc.xy(1, 5));
        }
        tabbedPane.addTab("Details", detailsContainer);

        //======== nonPreferredNamePanel ========
        {
            nonPreferredNamePanel.setFont(new Font("Trebuchet MS", Font.PLAIN, 13));
            nonPreferredNamePanel.setBackground(new Color(200, 205, 232));
            nonPreferredNamePanel.setLayout(new FormLayout(ColumnSpec.decodeSpecs("default:grow"),
                    new RowSpec[] { FormFactory.DEFAULT_ROWSPEC, FormFactory.LINE_GAP_ROWSPEC,
                            new RowSpec(RowSpec.CENTER, Sizes.DEFAULT, FormSpec.DEFAULT_GROW),
                            FormFactory.LINE_GAP_ROWSPEC, FormFactory.DEFAULT_ROWSPEC,
                            FormFactory.LINE_GAP_ROWSPEC, FormFactory.DEFAULT_ROWSPEC,
                            FormFactory.LINE_GAP_ROWSPEC, FormFactory.DEFAULT_ROWSPEC,
                            FormFactory.LINE_GAP_ROWSPEC,
                            new RowSpec(RowSpec.CENTER, Sizes.DEFAULT, FormSpec.DEFAULT_GROW),
                            FormFactory.LINE_GAP_ROWSPEC, FormFactory.DEFAULT_ROWSPEC,
                            FormFactory.LINE_GAP_ROWSPEC, FormFactory.DEFAULT_ROWSPEC,
                            FormFactory.LINE_GAP_ROWSPEC,
                            new RowSpec(RowSpec.CENTER, Sizes.DEFAULT, FormSpec.DEFAULT_GROW),
                            FormFactory.LINE_GAP_ROWSPEC, FormFactory.DEFAULT_ROWSPEC,
                            FormFactory.LINE_GAP_ROWSPEC, FormFactory.DEFAULT_ROWSPEC,
                            FormFactory.LINE_GAP_ROWSPEC, FormFactory.DEFAULT_ROWSPEC,
                            FormFactory.LINE_GAP_ROWSPEC, FormFactory.DEFAULT_ROWSPEC }));

            //---- label_subjectScopeNote4 ----
            label_subjectScopeNote4.setText("Non-Preferred Forms");
            label_subjectScopeNote4.setVerticalAlignment(SwingConstants.TOP);
            label_subjectScopeNote4.setFont(new Font("Trebuchet MS", Font.PLAIN, 13));
            nonPreferredNamePanel.add(label_subjectScopeNote4,
                    cc.xywh(1, 1, 1, 1, CellConstraints.DEFAULT, CellConstraints.TOP));

            //======== scrollPane1 ========
            {
                scrollPane1.setVerticalScrollBarPolicy(ScrollPaneConstants.VERTICAL_SCROLLBAR_ALWAYS);
                scrollPane1.setFont(new Font("Trebuchet MS", Font.PLAIN, 13));

                //---- nonPreferredNamesTable ----
                nonPreferredNamesTable.setPreferredScrollableViewportSize(new Dimension(450, 120));
                nonPreferredNamesTable.addMouseListener(new MouseAdapter() {
                    @Override
                    public void mouseClicked(MouseEvent e) {
                        nonPreferredNamesTableMouseClicked(e);
                    }
                });
                scrollPane1.setViewportView(nonPreferredNamesTable);
            }
            nonPreferredNamePanel.add(scrollPane1,
                    cc.xywh(1, 3, 1, 1, CellConstraints.DEFAULT, CellConstraints.FILL));

            //======== panel1 ========
            {
                panel1.setBackground(new Color(231, 188, 251));
                panel1.setOpaque(false);
                panel1.setFont(new Font("Trebuchet MS", Font.PLAIN, 13));
                panel1.setLayout(
                        new FormLayout(
                                new ColumnSpec[] { FormFactory.DEFAULT_COLSPEC,
                                        FormFactory.LABEL_COMPONENT_GAP_COLSPEC, FormFactory.DEFAULT_COLSPEC },
                                RowSpec.decodeSpecs("default")));

                //---- addNonPreferredNameButton ----
                addNonPreferredNameButton.setText("Add Non-Preferred Form");
                addNonPreferredNameButton.setOpaque(false);
                addNonPreferredNameButton.setFont(new Font("Trebuchet MS", Font.PLAIN, 13));
                addNonPreferredNameButton.addActionListener(new ActionListener() {
                    public void actionPerformed(ActionEvent e) {
                        addNonPreferredNameButtonActionPerformed();
                    }
                });
                panel1.add(addNonPreferredNameButton, cc.xy(1, 1));

                //---- removeNonPreferredNameButton ----
                removeNonPreferredNameButton.setText("Remove Non-Preferred Form");
                removeNonPreferredNameButton.setOpaque(false);
                removeNonPreferredNameButton.setFont(new Font("Trebuchet MS", Font.PLAIN, 13));
                removeNonPreferredNameButton.addActionListener(new ActionListener() {
                    public void actionPerformed(ActionEvent e) {
                        removeNonPreferredNameButtonActionPerformed();
                    }
                });
                panel1.add(removeNonPreferredNameButton, cc.xy(3, 1));
            }
            nonPreferredNamePanel.add(panel1,
                    cc.xywh(1, 5, 1, 1, CellConstraints.CENTER, CellConstraints.DEFAULT));

            //---- separator1 ----
            separator1.setBackground(new Color(220, 220, 232));
            separator1.setForeground(new Color(147, 131, 86));
            separator1.setMinimumSize(new Dimension(1, 10));
            separator1.setFont(new Font("Trebuchet MS", Font.PLAIN, 13));
            nonPreferredNamePanel.add(separator1, cc.xy(1, 7));

            //---- label_subjectScopeNote3 ----
            label_subjectScopeNote3.setText("Accessions");
            label_subjectScopeNote3.setVerticalAlignment(SwingConstants.TOP);
            label_subjectScopeNote3.setFont(new Font("Trebuchet MS", Font.PLAIN, 13));
            nonPreferredNamePanel.add(label_subjectScopeNote3,
                    cc.xywh(1, 9, 1, 1, CellConstraints.DEFAULT, CellConstraints.TOP));

            //======== scrollPane5 ========
            {
                scrollPane5.setVerticalScrollBarPolicy(ScrollPaneConstants.VERTICAL_SCROLLBAR_ALWAYS);
                scrollPane5.setFont(new Font("Trebuchet MS", Font.PLAIN, 13));

                //---- accessionsTable ----
                accessionsTable.setPreferredScrollableViewportSize(new Dimension(450, 120));
                scrollPane5.setViewportView(accessionsTable);
            }
            nonPreferredNamePanel.add(scrollPane5, cc.xy(1, 11));

            //---- separator2 ----
            separator2.setBackground(new Color(220, 220, 232));
            separator2.setForeground(new Color(147, 131, 86));
            separator2.setMinimumSize(new Dimension(1, 10));
            separator2.setFont(new Font("Trebuchet MS", Font.PLAIN, 13));
            nonPreferredNamePanel.add(separator2, cc.xy(1, 13));

            //---- label_subjectScopeNote2 ----
            label_subjectScopeNote2.setText("Resources");
            label_subjectScopeNote2.setVerticalAlignment(SwingConstants.TOP);
            label_subjectScopeNote2.setFont(new Font("Trebuchet MS", Font.PLAIN, 13));
            nonPreferredNamePanel.add(label_subjectScopeNote2, cc.xy(1, 15));

            //======== scrollPane4 ========
            {
                scrollPane4.setVerticalScrollBarPolicy(ScrollPaneConstants.VERTICAL_SCROLLBAR_ALWAYS);
                scrollPane4.setFont(new Font("Trebuchet MS", Font.PLAIN, 13));

                //---- resourcesTable ----
                resourcesTable.setPreferredScrollableViewportSize(new Dimension(450, 120));
                scrollPane4.setViewportView(resourcesTable);
            }
            nonPreferredNamePanel.add(scrollPane4, cc.xy(1, 17));

            //---- label1 ----
            label1.setText("Resources in Red have the subject term linked at the component level");
            label1.setFont(new Font("Trebuchet MS", Font.PLAIN, 13));
            nonPreferredNamePanel.add(label1, cc.xy(1, 19));

            //---- separator4 ----
            separator4.setBackground(new Color(220, 220, 232));
            separator4.setForeground(new Color(147, 131, 86));
            separator4.setMinimumSize(new Dimension(1, 10));
            separator4.setFont(new Font("Trebuchet MS", Font.PLAIN, 13));
            nonPreferredNamePanel.add(separator4, cc.xy(1, 21));

            //---- label_subjectScopeNote5 ----
            label_subjectScopeNote5.setText("Digital Objects");
            label_subjectScopeNote5.setVerticalAlignment(SwingConstants.TOP);
            label_subjectScopeNote5.setFont(new Font("Trebuchet MS", Font.PLAIN, 13));
            nonPreferredNamePanel.add(label_subjectScopeNote5, cc.xy(1, 23));

            //======== scrollPane6 ========
            {
                scrollPane6.setVerticalScrollBarPolicy(ScrollPaneConstants.VERTICAL_SCROLLBAR_ALWAYS);
                scrollPane6.setFont(new Font("Trebuchet MS", Font.PLAIN, 13));

                //---- digitalObjectsTable ----
                digitalObjectsTable.setPreferredScrollableViewportSize(new Dimension(450, 120));
                scrollPane6.setViewportView(digitalObjectsTable);
            }
            nonPreferredNamePanel.add(scrollPane6, cc.xy(1, 25));
        }
        tabbedPane.addTab("Non-Preferred Forms, Accessions, Resources & Digital Objects",
                nonPreferredNamePanel);

        //======== contactInfoPanel ========
        {
            contactInfoPanel.setFont(new Font("Trebuchet MS", Font.PLAIN, 13));
            contactInfoPanel.setBackground(new Color(200, 205, 232));
            contactInfoPanel.setBorder(Borders.DLU2_BORDER);
            contactInfoPanel.setLayout(new FormLayout(
                    new ColumnSpec[] { FormFactory.DEFAULT_COLSPEC, FormFactory.LABEL_COMPONENT_GAP_COLSPEC,
                            new ColumnSpec("max(default;100px):grow"), FormFactory.LABEL_COMPONENT_GAP_COLSPEC,
                            FormFactory.DEFAULT_COLSPEC, FormFactory.LABEL_COMPONENT_GAP_COLSPEC,
                            new ColumnSpec(ColumnSpec.FILL, Sizes.DEFAULT, FormSpec.DEFAULT_GROW),
                            FormFactory.LABEL_COMPONENT_GAP_COLSPEC, FormFactory.DEFAULT_COLSPEC,
                            FormFactory.LABEL_COMPONENT_GAP_COLSPEC,
                            new ColumnSpec(ColumnSpec.FILL, Sizes.DEFAULT, FormSpec.DEFAULT_GROW) },
                    new RowSpec[] { FormFactory.DEFAULT_ROWSPEC, FormFactory.LINE_GAP_ROWSPEC,
                            FormFactory.DEFAULT_ROWSPEC, FormFactory.LINE_GAP_ROWSPEC,
                            FormFactory.DEFAULT_ROWSPEC, FormFactory.LINE_GAP_ROWSPEC,
                            FormFactory.DEFAULT_ROWSPEC, FormFactory.LINE_GAP_ROWSPEC,
                            FormFactory.DEFAULT_ROWSPEC, FormFactory.LINE_GAP_ROWSPEC,
                            FormFactory.DEFAULT_ROWSPEC, FormFactory.LINE_GAP_ROWSPEC,
                            FormFactory.DEFAULT_ROWSPEC, FormFactory.LINE_GAP_ROWSPEC,
                            FormFactory.DEFAULT_ROWSPEC, FormFactory.LINE_GAP_ROWSPEC,
                            new RowSpec(RowSpec.FILL, Sizes.DEFAULT, FormSpec.DEFAULT_GROW),
                            FormFactory.LINE_GAP_ROWSPEC, FormFactory.DEFAULT_ROWSPEC }));

            //---- label_nameContactAddress3 ----
            label_nameContactAddress3.setText("Salutation");
            label_nameContactAddress3.setFont(new Font("Trebuchet MS", Font.PLAIN, 13));
            ATFieldInfo.assignLabelInfo(label_nameContactAddress3, Names.class, Names.PROPERTYNAME_SALUTATION);
            contactInfoPanel.add(label_nameContactAddress3, cc.xy(1, 1));
            contactInfoPanel.add(salutation, cc.xywh(3, 1, 9, 1));

            //---- label_nameContactAddress1 ----
            label_nameContactAddress1.setText("Address");
            label_nameContactAddress1.setFont(new Font("Trebuchet MS", Font.PLAIN, 13));
            ATFieldInfo.assignLabelInfo(label_nameContactAddress1, Names.class,
                    Names.PROPERTYNAME_CONTACT_ADDRESS_1);
            contactInfoPanel.add(label_nameContactAddress1, cc.xy(1, 3));
            contactInfoPanel.add(nameContactAddress1, cc.xywh(3, 3, 9, 1));

            //---- label_nameContactAddress2 ----
            label_nameContactAddress2.setText("Address");
            label_nameContactAddress2.setFont(new Font("Trebuchet MS", Font.PLAIN, 13));
            ATFieldInfo.assignLabelInfo(label_nameContactAddress2, Names.class,
                    Names.PROPERTYNAME_CONTACT_ADDRESS_2);
            contactInfoPanel.add(label_nameContactAddress2, cc.xy(1, 5));
            contactInfoPanel.add(nameContactAddress2, cc.xywh(3, 5, 9, 1));

            //---- label_nameContactCity ----
            label_nameContactCity.setText("City");
            label_nameContactCity.setFont(new Font("Trebuchet MS", Font.PLAIN, 13));
            ATFieldInfo.assignLabelInfo(label_nameContactCity, Names.class, Names.PROPERTYNAME_CONTACT_CITY);
            contactInfoPanel.add(label_nameContactCity, cc.xy(1, 7));
            contactInfoPanel.add(nameContactCity, cc.xy(3, 7));

            //---- label_nameContactRegion ----
            label_nameContactRegion.setText("Region");
            label_nameContactRegion.setFont(new Font("Trebuchet MS", Font.PLAIN, 13));
            ATFieldInfo.assignLabelInfo(label_nameContactRegion, Names.class,
                    Names.PROPERTYNAME_CONTACT_REGION);
            contactInfoPanel.add(label_nameContactRegion, cc.xy(5, 7));
            contactInfoPanel.add(nameContactRegion, cc.xy(7, 7));

            //---- label_nameContactMailCode ----
            label_nameContactMailCode.setText("Mail Code");
            label_nameContactMailCode.setFont(new Font("Trebuchet MS", Font.PLAIN, 13));
            ATFieldInfo.assignLabelInfo(label_nameContactMailCode, Names.class,
                    Names.PROPERTYNAME_CONTACT_MAIL_CODE);
            contactInfoPanel.add(label_nameContactMailCode, cc.xy(9, 7));
            contactInfoPanel.add(nameContactMailCode, cc.xy(11, 7));

            //---- label_nameContactCountry ----
            label_nameContactCountry.setText("Country");
            label_nameContactCountry.setFont(new Font("Trebuchet MS", Font.PLAIN, 13));
            ATFieldInfo.assignLabelInfo(label_nameContactCountry, Names.class,
                    Names.PROPERTYNAME_CONTACT_COUNTRY);
            contactInfoPanel.add(label_nameContactCountry, cc.xy(1, 9));
            contactInfoPanel.add(nameContactCountry, cc.xywh(3, 9, 9, 1));

            //---- label_nameContactPhone ----
            label_nameContactPhone.setText("Telephone");
            label_nameContactPhone.setFont(new Font("Trebuchet MS", Font.PLAIN, 13));
            ATFieldInfo.assignLabelInfo(label_nameContactPhone, Names.class, Names.PROPERTYNAME_CONTACT_PHONE);
            contactInfoPanel.add(label_nameContactPhone, cc.xy(1, 11));
            contactInfoPanel.add(nameContactPhone, cc.xywh(3, 11, 5, 1));

            //---- label_nameContactFax ----
            label_nameContactFax.setText("FAX");
            label_nameContactFax.setFont(new Font("Trebuchet MS", Font.PLAIN, 13));
            ATFieldInfo.assignLabelInfo(label_nameContactFax, Names.class, Names.PROPERTYNAME_CONTACT_FAX);
            contactInfoPanel.add(label_nameContactFax, cc.xy(9, 11));
            contactInfoPanel.add(nameContactFax, cc.xy(11, 11));

            //---- label_nameContactEmail ----
            label_nameContactEmail.setText("e-mail");
            label_nameContactEmail.setFont(new Font("Trebuchet MS", Font.PLAIN, 13));
            ATFieldInfo.assignLabelInfo(label_nameContactEmail, Names.class, Names.PROPERTYNAME_CONTACT_EMAIL);
            contactInfoPanel.add(label_nameContactEmail, cc.xy(1, 13));
            contactInfoPanel.add(nameContactEmail, cc.xywh(3, 13, 9, 1));

            //---- label_nameContactName ----
            label_nameContactName.setText("Contact");
            label_nameContactName.setFont(new Font("Trebuchet MS", Font.PLAIN, 13));
            ATFieldInfo.assignLabelInfo(label_nameContactName, Names.class, Names.PROPERTYNAME_CONTACT_NAME);
            contactInfoPanel.add(label_nameContactName, cc.xy(1, 15));
            contactInfoPanel.add(nameContactName, cc.xywh(3, 15, 9, 1));

            //---- label_nameContactNotes ----
            label_nameContactNotes.setText("Notes");
            label_nameContactNotes.setFont(new Font("Trebuchet MS", Font.PLAIN, 13));
            contactInfoPanel.add(label_nameContactNotes,
                    cc.xywh(1, 17, 1, 1, CellConstraints.DEFAULT, CellConstraints.TOP));

            //======== scrollPane3 ========
            {
                scrollPane3.setVerticalScrollBarPolicy(ScrollPaneConstants.VERTICAL_SCROLLBAR_ALWAYS);
                scrollPane3.setFont(new Font("Trebuchet MS", Font.PLAIN, 13));

                //---- nameContactNotesTable ----
                nameContactNotesTable.setPreferredScrollableViewportSize(new Dimension(450, 150));
                nameContactNotesTable.addMouseListener(new MouseAdapter() {
                    @Override
                    public void mousePressed(MouseEvent e) {
                        nameContactNotesTableMousePressed(e);
                    }

                    @Override
                    public void mouseReleased(MouseEvent e) {
                        nameContactNotesTableMouseReleased(e);
                    }

                    @Override
                    public void mouseClicked(MouseEvent e) {
                        nameContactNotesTableMouseClicked(e);
                    }
                });
                scrollPane3.setViewportView(nameContactNotesTable);
            }
            contactInfoPanel.add(scrollPane3, cc.xywh(3, 17, 9, 1));

            //======== panel2 ========
            {
                panel2.setBackground(new Color(231, 188, 251));
                panel2.setOpaque(false);
                panel2.setFont(new Font("Trebuchet MS", Font.PLAIN, 13));
                panel2.setLayout(
                        new FormLayout(
                                new ColumnSpec[] { FormFactory.DEFAULT_COLSPEC,
                                        FormFactory.LABEL_COMPONENT_GAP_COLSPEC, FormFactory.DEFAULT_COLSPEC },
                                RowSpec.decodeSpecs("default")));

                //---- addNoteButton ----
                addNoteButton.setText("Add Note");
                addNoteButton.setOpaque(false);
                addNoteButton.setFont(new Font("Trebuchet MS", Font.PLAIN, 13));
                addNoteButton.addActionListener(new ActionListener() {
                    public void actionPerformed(ActionEvent e) {
                        addNoteButtonActionPerformed();
                    }
                });
                panel2.add(addNoteButton, cc.xy(1, 1));

                //---- removeContactNoteButton ----
                removeContactNoteButton.setText("Remove Contact Note");
                removeContactNoteButton.setOpaque(false);
                removeContactNoteButton.setFont(new Font("Trebuchet MS", Font.PLAIN, 13));
                removeContactNoteButton.addActionListener(new ActionListener() {
                    public void actionPerformed(ActionEvent e) {
                        removeContactNoteButtonActionPerformed();
                    }
                });
                panel2.add(removeContactNoteButton, cc.xy(3, 1));
            }
            contactInfoPanel.add(panel2, cc.xywh(3, 19, 9, 1, CellConstraints.CENTER, CellConstraints.DEFAULT));
        }
        tabbedPane.addTab("Contact Info", contactInfoPanel);

    }
    add(tabbedPane, cc.xy(1, 2));
    // JFormDesigner - End of component initialization  //GEN-END:initComponents
}

From source file:org.archiviststoolkit.editor.NamePersonalFields.java

License:Open Source License

private void initComponents() {
    // JFormDesigner - Component initialization - DO NOT MODIFY  //GEN-BEGIN:initComponents
    // Generated using JFormDesigner non-commercial license
    panel3 = new JPanel();
    nameTypeLabel = new JLabel();
    nameType = new JLabel();
    panel1 = new JPanel();
    label_namePersonalPrefix = new JLabel();
    namePersonalPrefix = ATBasicComponentFactory
            .createTextField(parentPresentationModel.getModel(Names.PROPERTYNAME_PERSONAL_PREFIX));
    label_namePersonalPrimaryName = new JLabel();
    namePersonalPrimaryName = ATBasicComponentFactory
            .createTextField(parentPresentationModel.getModel(Names.PROPERTYNAME_PERSONAL_PRIMARY_NAME));
    label_namePersonalRestOfName = new JLabel();
    namePersonalRestOfName = ATBasicComponentFactory
            .createTextField(parentPresentationModel.getModel(Names.PROPERTYNAME_PERSONAL_REST_OF_NAME));
    label_namePersonalSuffix2 = new JLabel();
    namePersonalTitle = ATBasicComponentFactory
            .createTextField(parentPresentationModel.getModel(Names.PROPERTYNAME_PERSONAL_TITLE));
    label_namePersonalSuffix = new JLabel();
    namePersonalSuffix = ATBasicComponentFactory
            .createTextField(parentPresentationModel.getModel(Names.PROPERTYNAME_PERSONAL_SUFFIX));
    label_namePersonalNumber = new JLabel();
    namePersonalNumber = ATBasicComponentFactory
            .createTextField(parentPresentationModel.getModel(Names.PROPERTYNAME_NUMBER));
    separator1 = new JSeparator();
    rightSidePanel = new JPanel();
    label_namePersonalDates = new JLabel();
    namePersonalDates = ATBasicComponentFactory
            .createTextField(parentPresentationModel.getModel(Names.PROPERTYNAME_PERSONAL_DATES));
    label_namePersonalQualifier = new JLabel();
    namePersonalQualifier = ATBasicComponentFactory
            .createTextField(parentPresentationModel.getModel(Names.PROPERTYNAME_QUALIFIER));
    label_namePersonalFullerForm = new JLabel();
    namePersonalFullerForm = ATBasicComponentFactory
            .createTextField(parentPresentationModel.getModel(Names.PROPERTYNAME_PERSONAL_FULLER_FORM));
    label_nameSource = new JLabel();
    nameSource = ATBasicComponentFactory.createComboBox(parentPresentationModel, Names.PROPERTYNAME_NAME_SOURCE,
            Names.class);
    label_nameRule = new JLabel();
    nameRule = ATBasicComponentFactory.createComboBox(parentPresentationModel, Names.PROPERTYNAME_NAME_RULE,
            Names.class);
    namePersonalDirectOrder = ATBasicComponentFactory.createCheckBox(parentPresentationModel,
            Names.PROPERTYNAME_PERSONAL_DIRECT_ORDER, Names.class);
    separator3 = new JSeparator();
    panel4 = new JPanel();
    label_sortName = new JLabel();
    sortName = ATBasicComponentFactory//from   w w  w.j a va  2s .  c  o  m
            .createTextField(parentPresentationModel.getModel(Names.PROPERTYNAME_SORT_NAME));
    namePersonalDirectOrder2 = ATBasicComponentFactory.createCheckBox(parentPresentationModel,
            Names.PROPERTYNAME_CREATE_SORT_NAME_AUTOMATICALLY, Names.class);
    CellConstraints cc = new CellConstraints();

    //======== this ========
    setBackground(new Color(200, 205, 232));
    setFont(new Font("Trebuchet MS", Font.PLAIN, 13));
    setLayout(new FormLayout(
            new ColumnSpec[] { new ColumnSpec(ColumnSpec.FILL, Sizes.DEFAULT, FormSpec.DEFAULT_GROW),
                    FormFactory.LABEL_COMPONENT_GAP_COLSPEC, FormFactory.RELATED_GAP_COLSPEC,
                    FormFactory.LABEL_COMPONENT_GAP_COLSPEC,
                    new ColumnSpec(ColumnSpec.FILL, Sizes.DEFAULT, FormSpec.DEFAULT_GROW) },
            new RowSpec[] { FormFactory.DEFAULT_ROWSPEC, FormFactory.LINE_GAP_ROWSPEC,
                    FormFactory.DEFAULT_ROWSPEC, FormFactory.LINE_GAP_ROWSPEC, FormFactory.RELATED_GAP_ROWSPEC,
                    FormFactory.LINE_GAP_ROWSPEC, FormFactory.DEFAULT_ROWSPEC }));
    ((FormLayout) getLayout()).setColumnGroups(new int[][] { { 1, 5 } });

    //======== panel3 ========
    {
        panel3.setOpaque(false);
        panel3.setLayout(new FormLayout(
                new ColumnSpec[] { FormFactory.DEFAULT_COLSPEC, FormFactory.LABEL_COMPONENT_GAP_COLSPEC,
                        new ColumnSpec(ColumnSpec.FILL, Sizes.DEFAULT, FormSpec.DEFAULT_GROW) },
                RowSpec.decodeSpecs("default")));

        //---- nameTypeLabel ----
        nameTypeLabel.setText("Name Identity Record:");
        nameTypeLabel.setFont(new Font("Trebuchet MS", Font.PLAIN, 13));
        panel3.add(nameTypeLabel, cc.xy(1, 1));

        //---- nameType ----
        nameType.setText("nameType");
        nameType.setFont(new Font("Trebuchet MS", Font.PLAIN, 13));
        panel3.add(nameType, cc.xy(3, 1));
    }
    add(panel3, cc.xywh(1, 1, 5, 1));

    //======== panel1 ========
    {
        panel1.setOpaque(false);
        panel1.setLayout(new FormLayout(
                new ColumnSpec[] { FormFactory.DEFAULT_COLSPEC, FormFactory.LABEL_COMPONENT_GAP_COLSPEC,
                        new ColumnSpec(ColumnSpec.FILL, Sizes.DEFAULT, FormSpec.DEFAULT_GROW) },
                new RowSpec[] { FormFactory.DEFAULT_ROWSPEC, FormFactory.LINE_GAP_ROWSPEC,
                        FormFactory.DEFAULT_ROWSPEC, FormFactory.LINE_GAP_ROWSPEC, FormFactory.DEFAULT_ROWSPEC,
                        FormFactory.LINE_GAP_ROWSPEC, FormFactory.DEFAULT_ROWSPEC, FormFactory.LINE_GAP_ROWSPEC,
                        FormFactory.DEFAULT_ROWSPEC, FormFactory.LINE_GAP_ROWSPEC,
                        FormFactory.DEFAULT_ROWSPEC }));

        //---- label_namePersonalPrefix ----
        label_namePersonalPrefix.setText("Prefix");
        label_namePersonalPrefix.setFont(new Font("Trebuchet MS", Font.PLAIN, 13));
        ATFieldInfo.assignLabelInfo(label_namePersonalPrefix, Names.class, Names.PROPERTYNAME_PERSONAL_PREFIX);
        panel1.add(label_namePersonalPrefix, cc.xy(1, 1));

        //---- namePersonalPrefix ----
        namePersonalPrefix.addFocusListener(new FocusAdapter() {
            @Override
            public void focusLost(FocusEvent e) {
                sortNameConstruction(e);
            }
        });
        panel1.add(namePersonalPrefix, cc.xy(3, 1));

        //---- label_namePersonalPrimaryName ----
        label_namePersonalPrimaryName.setText("Primary Name");
        label_namePersonalPrimaryName.setFont(new Font("Trebuchet MS", Font.PLAIN, 13));
        ATFieldInfo.assignLabelInfo(label_namePersonalPrimaryName, Names.class,
                Names.PROPERTYNAME_PERSONAL_PRIMARY_NAME);
        panel1.add(label_namePersonalPrimaryName, cc.xy(1, 3));

        //---- namePersonalPrimaryName ----
        namePersonalPrimaryName.addFocusListener(new FocusAdapter() {
            @Override
            public void focusLost(FocusEvent e) {
                sortNameConstruction(e);
            }
        });
        panel1.add(namePersonalPrimaryName, cc.xy(3, 3));

        //---- label_namePersonalRestOfName ----
        label_namePersonalRestOfName.setText("Rest of Name");
        label_namePersonalRestOfName.setFont(new Font("Trebuchet MS", Font.PLAIN, 13));
        ATFieldInfo.assignLabelInfo(label_namePersonalRestOfName, Names.class,
                Names.PROPERTYNAME_PERSONAL_REST_OF_NAME);
        panel1.add(label_namePersonalRestOfName, cc.xy(1, 5));

        //---- namePersonalRestOfName ----
        namePersonalRestOfName.addFocusListener(new FocusAdapter() {
            @Override
            public void focusLost(FocusEvent e) {
                sortNameConstruction(e);
            }
        });
        panel1.add(namePersonalRestOfName, cc.xy(3, 5));

        //---- label_namePersonalSuffix2 ----
        label_namePersonalSuffix2.setText("Title");
        label_namePersonalSuffix2.setFont(new Font("Trebuchet MS", Font.PLAIN, 13));
        ATFieldInfo.assignLabelInfo(label_namePersonalSuffix2, Names.class, Names.PROPERTYNAME_PERSONAL_TITLE);
        panel1.add(label_namePersonalSuffix2, cc.xy(1, 7));

        //---- namePersonalTitle ----
        namePersonalTitle.addFocusListener(new FocusAdapter() {
            @Override
            public void focusLost(FocusEvent e) {
                sortNameConstruction(e);
            }
        });
        panel1.add(namePersonalTitle, cc.xy(3, 7));

        //---- label_namePersonalSuffix ----
        label_namePersonalSuffix.setText("Suffix");
        label_namePersonalSuffix.setFont(new Font("Trebuchet MS", Font.PLAIN, 13));
        ATFieldInfo.assignLabelInfo(label_namePersonalSuffix, Names.class, Names.PROPERTYNAME_PERSONAL_SUFFIX);
        panel1.add(label_namePersonalSuffix, cc.xy(1, 9));

        //---- namePersonalSuffix ----
        namePersonalSuffix.addFocusListener(new FocusAdapter() {
            @Override
            public void focusLost(FocusEvent e) {
                sortNameConstruction(e);
            }
        });
        panel1.add(namePersonalSuffix, cc.xy(3, 9));

        //---- label_namePersonalNumber ----
        label_namePersonalNumber.setText("Number");
        label_namePersonalNumber.setFont(new Font("Trebuchet MS", Font.PLAIN, 13));
        ATFieldInfo.assignLabelInfo(label_namePersonalNumber, Names.class, Names.PROPERTYNAME_NUMBER);
        panel1.add(label_namePersonalNumber, cc.xy(1, 11));

        //---- namePersonalNumber ----
        namePersonalNumber.addFocusListener(new FocusAdapter() {
            @Override
            public void focusLost(FocusEvent e) {
                sortNameConstruction(e);
            }
        });
        panel1.add(namePersonalNumber, cc.xy(3, 11));
    }
    add(panel1, cc.xy(1, 3));

    //---- separator1 ----
    separator1.setOrientation(SwingConstants.VERTICAL);
    add(separator1, cc.xywh(3, 3, 1, 1, CellConstraints.CENTER, CellConstraints.FILL));

    //======== rightSidePanel ========
    {
        rightSidePanel.setOpaque(false);
        rightSidePanel.setLayout(new FormLayout(
                new ColumnSpec[] { FormFactory.DEFAULT_COLSPEC, FormFactory.LABEL_COMPONENT_GAP_COLSPEC,
                        new ColumnSpec(ColumnSpec.FILL, Sizes.DEFAULT, FormSpec.DEFAULT_GROW) },
                new RowSpec[] { FormFactory.DEFAULT_ROWSPEC, FormFactory.LINE_GAP_ROWSPEC,
                        FormFactory.DEFAULT_ROWSPEC, FormFactory.LINE_GAP_ROWSPEC, FormFactory.DEFAULT_ROWSPEC,
                        FormFactory.LINE_GAP_ROWSPEC, FormFactory.DEFAULT_ROWSPEC, FormFactory.LINE_GAP_ROWSPEC,
                        FormFactory.DEFAULT_ROWSPEC, FormFactory.LINE_GAP_ROWSPEC,
                        FormFactory.DEFAULT_ROWSPEC }));

        //---- label_namePersonalDates ----
        label_namePersonalDates.setText("Dates");
        label_namePersonalDates.setFont(new Font("Trebuchet MS", Font.PLAIN, 13));
        ATFieldInfo.assignLabelInfo(label_namePersonalDates, Names.class, Names.PROPERTYNAME_PERSONAL_DATES);
        rightSidePanel.add(label_namePersonalDates, cc.xy(1, 1));

        //---- namePersonalDates ----
        namePersonalDates.addFocusListener(new FocusAdapter() {
            @Override
            public void focusLost(FocusEvent e) {
                sortNameConstruction(e);
            }
        });
        rightSidePanel.add(namePersonalDates, cc.xy(3, 1));

        //---- label_namePersonalQualifier ----
        label_namePersonalQualifier.setText("Qualifier");
        label_namePersonalQualifier.setFont(new Font("Trebuchet MS", Font.PLAIN, 13));
        ATFieldInfo.assignLabelInfo(label_namePersonalQualifier, Names.class, Names.PROPERTYNAME_QUALIFIER);
        rightSidePanel.add(label_namePersonalQualifier, cc.xy(1, 3));

        //---- namePersonalQualifier ----
        namePersonalQualifier.addFocusListener(new FocusAdapter() {
            @Override
            public void focusLost(FocusEvent e) {
                sortNameConstruction(e);
            }
        });
        rightSidePanel.add(namePersonalQualifier, cc.xy(3, 3));

        //---- label_namePersonalFullerForm ----
        label_namePersonalFullerForm.setText("Fuller Form");
        label_namePersonalFullerForm.setFont(new Font("Trebuchet MS", Font.PLAIN, 13));
        ATFieldInfo.assignLabelInfo(label_namePersonalFullerForm, Names.class,
                Names.PROPERTYNAME_PERSONAL_FULLER_FORM);
        rightSidePanel.add(label_namePersonalFullerForm, cc.xy(1, 5));

        //---- namePersonalFullerForm ----
        namePersonalFullerForm.addFocusListener(new FocusAdapter() {
            @Override
            public void focusLost(FocusEvent e) {
                sortNameConstruction(e);
            }
        });
        rightSidePanel.add(namePersonalFullerForm, cc.xy(3, 5));

        //---- label_nameSource ----
        label_nameSource.setText("Source");
        label_nameSource.setFont(new Font("Trebuchet MS", Font.PLAIN, 13));
        ATFieldInfo.assignLabelInfo(label_nameSource, Names.class, Names.PROPERTYNAME_NAME_SOURCE);
        rightSidePanel.add(label_nameSource, cc.xy(1, 7));

        //---- nameSource ----
        nameSource.setOpaque(false);
        nameSource.addActionListener(new ActionListener() {
            public void actionPerformed(ActionEvent e) {
                sortNameConstruction(e);
            }
        });
        rightSidePanel.add(nameSource, cc.xywh(3, 7, 1, 1, CellConstraints.LEFT, CellConstraints.DEFAULT));

        //---- label_nameRule ----
        label_nameRule.setText("Rules");
        label_nameRule.setFont(new Font("Trebuchet MS", Font.PLAIN, 13));
        ATFieldInfo.assignLabelInfo(label_nameRule, Names.class, Names.PROPERTYNAME_NAME_RULE);
        rightSidePanel.add(label_nameRule, cc.xy(1, 9));

        //---- nameRule ----
        nameRule.setOpaque(false);
        nameRule.addActionListener(new ActionListener() {
            public void actionPerformed(ActionEvent e) {
                sortNameConstruction(e);
            }
        });
        rightSidePanel.add(nameRule, cc.xywh(3, 9, 1, 1, CellConstraints.LEFT, CellConstraints.DEFAULT));

        //---- namePersonalDirectOrder ----
        namePersonalDirectOrder.setText("Direct Order");
        namePersonalDirectOrder.setFont(new Font("Trebuchet MS", Font.PLAIN, 13));
        namePersonalDirectOrder.setOpaque(false);
        namePersonalDirectOrder.addChangeListener(new ChangeListener() {
            public void stateChanged(ChangeEvent e) {
                namePersonalDirectOrderStateChanged(e);
            }
        });
        namePersonalDirectOrder
                .setText(ATFieldInfo.getLabel(Names.class, Names.PROPERTYNAME_PERSONAL_DIRECT_ORDER));
        rightSidePanel.add(namePersonalDirectOrder, cc.xywh(1, 11, 3, 1));
    }
    add(rightSidePanel, cc.xy(5, 3));

    //---- separator3 ----
    separator3.setBackground(new Color(220, 220, 232));
    separator3.setForeground(new Color(147, 131, 86));
    separator3.setMinimumSize(new Dimension(1, 10));
    separator3.setFont(new Font("Trebuchet MS", Font.PLAIN, 13));
    add(separator3, cc.xywh(1, 5, 5, 1));

    //======== panel4 ========
    {
        panel4.setOpaque(false);
        panel4.setLayout(new FormLayout(
                new ColumnSpec[] { FormFactory.DEFAULT_COLSPEC, FormFactory.LABEL_COMPONENT_GAP_COLSPEC,
                        new ColumnSpec(ColumnSpec.FILL, Sizes.DEFAULT, FormSpec.DEFAULT_GROW),
                        FormFactory.LABEL_COMPONENT_GAP_COLSPEC, FormFactory.DEFAULT_COLSPEC },
                RowSpec.decodeSpecs("default")));

        //---- label_sortName ----
        label_sortName.setText("Sort Name");
        label_sortName.setFont(new Font("Trebuchet MS", Font.PLAIN, 13));
        ATFieldInfo.assignLabelInfo(label_sortName, Names.class, Names.PROPERTYNAME_SORT_NAME);
        panel4.add(label_sortName, cc.xy(1, 1));
        panel4.add(sortName, cc.xy(3, 1));

        //---- namePersonalDirectOrder2 ----
        namePersonalDirectOrder2.setText("Create automatically");
        namePersonalDirectOrder2.setFont(new Font("Trebuchet MS", Font.PLAIN, 13));
        namePersonalDirectOrder2.setOpaque(false);
        namePersonalDirectOrder2.addChangeListener(new ChangeListener() {
            public void stateChanged(ChangeEvent e) {
                createAutomaticallyStateChanged(e);
            }
        });
        namePersonalDirectOrder2
                .setText(ATFieldInfo.getLabel(Names.class, Names.PROPERTYNAME_CREATE_SORT_NAME_AUTOMATICALLY));
        panel4.add(namePersonalDirectOrder2, cc.xy(5, 1));
    }
    add(panel4, cc.xywh(1, 7, 5, 1));
    // JFormDesigner - End of component initialization  //GEN-END:initComponents
}

From source file:org.archiviststoolkit.editor.rde.RapidResourceComponentDataEntry.java

License:Open Source License

private void initComponents() {
    // JFormDesigner - Component initialization - DO NOT MODIFY  //GEN-BEGIN:initComponents
    // Generated using JFormDesigner non-commercial license
    dialogPane = new JPanel();
    HeaderPanel = new JPanel();
    panel2 = new JPanel();
    mainHeaderLabel = new JLabel();
    panel3 = new JPanel();
    subHeaderLabel = new JLabel();
    contentPanel = new JPanel();
    panel4 = new JPanel();
    label_resourcesLevel = new JLabel();
    level = ATBasicComponentFactory.createUnboundComboBox(LookupListUtils
            .getLookupListValues(ResourcesComponents.class, ResourcesComponents.PROPERTYNAME_LEVEL));
    internalOnly = new JCheckBox();
    restrictionsApply = new JCheckBox();
    panel13 = new JPanel();
    label_resourcesTitle2 = new JLabel();
    componentTitle = new JTextField();
    label_resourcesLevel2 = new JLabel();
    componentUniqueIdentifier = new JTextField();
    panel5 = new JPanel();
    label_resourcesDateExpression = new JLabel();
    dateExpression = new JTextField();
    label_resourcesDateBegin = new JLabel();
    dateBegin = ATBasicComponentFactory.createUnboundIntegerField(false);
    label_resourcesDateEnd = new JLabel();
    dateEnd = ATBasicComponentFactory.createUnboundIntegerField(false);
    panel6 = new JPanel();
    label_resourcesExtentNumber = new JLabel();
    extent = ATBasicComponentFactory.createUnboundDoubleField();
    label_resourcesExtentNumber2 = new JLabel();
    extentType = ATBasicComponentFactory.createUnboundComboBox(
            LookupListUtils.getLookupListValues(Resources.class, Resources.PROPERTYNAME_EXTENT_TYPE));
    separator3 = new JSeparator();
    panel9 = new JPanel();
    label_resourcesExtentNumber4 = new JLabel();
    noteType1 = ATBasicComponentFactory.createUnboundComboBox(NoteEtcTypesUtils.getNotesOnlyTypesList(true));
    scrollPane1 = new JScrollPane();
    note1 = new JTextArea();
    separator4 = new JSeparator();
    panel10 = new JPanel();
    label_resourcesExtentNumber6 = new JLabel();
    noteType2 = ATBasicComponentFactory.createUnboundComboBox(NoteEtcTypesUtils.getNotesOnlyTypesList(true));
    scrollPane2 = new JScrollPane();
    note2 = new JTextArea();
    separator5 = new JSeparator();
    panel11 = new JPanel();
    label_resourcesExtentNumber7 = new JLabel();
    noteType3 = ATBasicComponentFactory.createUnboundComboBox(NoteEtcTypesUtils.getNotesOnlyTypesList(true));
    scrollPane3 = new JScrollPane();
    note3 = new JTextArea();
    separator6 = new JSeparator();
    panel12 = new JPanel();
    label_resourcesExtentNumber3 = new JLabel();
    instanceType = new JComboBox();
    panel7 = new JPanel();
    label_subjectTermType = new JLabel();
    container1Type = ATBasicComponentFactory.createUnboundComboBox(LookupListUtils.getLookupListValues(
            ArchDescriptionAnalogInstances.class, ArchDescriptionAnalogInstances.PROPERTYNAME_CONTAINER1_TYPE));
    label_subjectSource = new JLabel();
    container1Number = ATBasicComponentFactory.createUnboundDoubleField();
    label_subjectSource3 = new JLabel();
    container1AlphaNum = new JTextField();
    panel8 = new JPanel();
    label_subjectTermType2 = new JLabel();
    container2Type = ATBasicComponentFactory.createUnboundComboBox(LookupListUtils.getLookupListValues(
            ArchDescriptionAnalogInstances.class, ArchDescriptionAnalogInstances.PROPERTYNAME_CONTAINER2_TYPE));
    label_subjectSource2 = new JLabel();
    container2Number = ATBasicComponentFactory.createUnboundDoubleField();
    label_subjectSource4 = new JLabel();
    container2AlphaNum = new JTextField();
    panel14 = new JPanel();
    label_resourcesExtentNumber5 = new JLabel();
    barcode = new JTextField();
    panel1 = new JPanel();
    separator2 = new JSeparator();
    buttonPanel = new JPanel();
    cancelButton = new JButton();
    okButton = new JButton();
    okAndAnotherButton = new JButton();
    cancelButtonLabel = new JLabel();
    okButtonLabel = new JLabel();
    okAndAnotherButtonLabel = new JLabel();
    CellConstraints cc = new CellConstraints();

    //======== this ========
    setBackground(new Color(200, 205, 232));
    setModal(true);/*  w  ww. j a v  a 2s  . c o  m*/
    Container contentPane = getContentPane();
    contentPane.setLayout(new BorderLayout());

    //======== dialogPane ========
    {
        dialogPane.setBorder(null);
        dialogPane.setBackground(new Color(200, 205, 232));
        dialogPane.setLayout(new BorderLayout());

        //======== HeaderPanel ========
        {
            HeaderPanel.setBackground(new Color(80, 69, 57));
            HeaderPanel.setOpaque(false);
            HeaderPanel.setFont(new Font("Trebuchet MS", Font.PLAIN, 13));
            HeaderPanel
                    .setLayout(new FormLayout(
                            new ColumnSpec[] {
                                    new ColumnSpec(
                                            Sizes.bounded(Sizes.MINIMUM, Sizes.dluX(100), Sizes.dluX(200))),
                                    new ColumnSpec(ColumnSpec.FILL, Sizes.DEFAULT, FormSpec.DEFAULT_GROW) },
                            RowSpec.decodeSpecs("default")));

            //======== panel2 ========
            {
                panel2.setBackground(new Color(73, 43, 104));
                panel2.setFont(new Font("Trebuchet MS", Font.PLAIN, 13));
                panel2.setLayout(new FormLayout(
                        new ColumnSpec[] { FormFactory.RELATED_GAP_COLSPEC,
                                new ColumnSpec(ColumnSpec.FILL, Sizes.DEFAULT, FormSpec.DEFAULT_GROW) },
                        new RowSpec[] { FormFactory.RELATED_GAP_ROWSPEC, FormFactory.DEFAULT_ROWSPEC,
                                FormFactory.RELATED_GAP_ROWSPEC }));

                //---- mainHeaderLabel ----
                mainHeaderLabel.setText("Resources");
                mainHeaderLabel.setFont(new Font("Trebuchet MS", Font.PLAIN, 18));
                mainHeaderLabel.setForeground(Color.white);
                panel2.add(mainHeaderLabel, cc.xy(2, 2));
            }
            HeaderPanel.add(panel2, cc.xy(1, 1));

            //======== panel3 ========
            {
                panel3.setBackground(new Color(66, 60, 111));
                panel3.setFont(new Font("Trebuchet MS", Font.PLAIN, 13));
                panel3.setLayout(new FormLayout(
                        new ColumnSpec[] { FormFactory.RELATED_GAP_COLSPEC,
                                new ColumnSpec(ColumnSpec.FILL, Sizes.DEFAULT, FormSpec.DEFAULT_GROW) },
                        new RowSpec[] { FormFactory.RELATED_GAP_ROWSPEC, FormFactory.DEFAULT_ROWSPEC,
                                FormFactory.RELATED_GAP_ROWSPEC }));

                //---- subHeaderLabel ----
                subHeaderLabel.setText("Rapid Data Entry");
                subHeaderLabel.setFont(new Font("Trebuchet MS", Font.PLAIN, 18));
                subHeaderLabel.setForeground(Color.white);
                panel3.add(subHeaderLabel, cc.xy(2, 2));
            }
            HeaderPanel.add(panel3, cc.xy(2, 1));
        }
        dialogPane.add(HeaderPanel, BorderLayout.NORTH);

        //======== contentPanel ========
        {
            contentPanel.setOpaque(false);
            contentPanel.setBorder(Borders.DIALOG_BORDER);
            contentPanel
                    .setLayout(
                            new FormLayout(
                                    new ColumnSpec[] { FormFactory.DEFAULT_COLSPEC,
                                            FormFactory.LABEL_COMPONENT_GAP_COLSPEC,
                                            new ColumnSpec(ColumnSpec.FILL, Sizes.DEFAULT,
                                                    FormSpec.DEFAULT_GROW) },
                                    new RowSpec[] { FormFactory.DEFAULT_ROWSPEC, FormFactory.LINE_GAP_ROWSPEC,
                                            FormFactory.DEFAULT_ROWSPEC, FormFactory.LINE_GAP_ROWSPEC,
                                            FormFactory.DEFAULT_ROWSPEC, FormFactory.LINE_GAP_ROWSPEC,
                                            FormFactory.DEFAULT_ROWSPEC, FormFactory.LINE_GAP_ROWSPEC,
                                            FormFactory.DEFAULT_ROWSPEC, FormFactory.LINE_GAP_ROWSPEC,
                                            FormFactory.DEFAULT_ROWSPEC, FormFactory.LINE_GAP_ROWSPEC,
                                            FormFactory.DEFAULT_ROWSPEC, FormFactory.LINE_GAP_ROWSPEC,
                                            new RowSpec(RowSpec.TOP, Sizes.DEFAULT, FormSpec.NO_GROW),
                                            FormFactory.LINE_GAP_ROWSPEC, FormFactory.DEFAULT_ROWSPEC,
                                            FormFactory.LINE_GAP_ROWSPEC, FormFactory.DEFAULT_ROWSPEC,
                                            FormFactory.LINE_GAP_ROWSPEC, FormFactory.DEFAULT_ROWSPEC,
                                            FormFactory.LINE_GAP_ROWSPEC, FormFactory.DEFAULT_ROWSPEC,
                                            FormFactory.LINE_GAP_ROWSPEC, FormFactory.DEFAULT_ROWSPEC,
                                            FormFactory.LINE_GAP_ROWSPEC, FormFactory.DEFAULT_ROWSPEC,
                                            FormFactory.LINE_GAP_ROWSPEC, FormFactory.DEFAULT_ROWSPEC,
                                            FormFactory.LINE_GAP_ROWSPEC, FormFactory.DEFAULT_ROWSPEC,
                                            FormFactory.LINE_GAP_ROWSPEC, FormFactory.DEFAULT_ROWSPEC,
                                            FormFactory.LINE_GAP_ROWSPEC, FormFactory.DEFAULT_ROWSPEC,
                                            FormFactory.LINE_GAP_ROWSPEC, FormFactory.DEFAULT_ROWSPEC }));

            //======== panel4 ========
            {
                panel4.setOpaque(false);
                panel4.setLayout(
                        new FormLayout(
                                new ColumnSpec[] { FormFactory.DEFAULT_COLSPEC,
                                        FormFactory.LABEL_COMPONENT_GAP_COLSPEC, FormFactory.DEFAULT_COLSPEC,
                                        FormFactory.LABEL_COMPONENT_GAP_COLSPEC, FormFactory.DEFAULT_COLSPEC,
                                        FormFactory.LABEL_COMPONENT_GAP_COLSPEC, FormFactory.DEFAULT_COLSPEC },
                                RowSpec.decodeSpecs("default")));

                //---- label_resourcesLevel ----
                label_resourcesLevel.setText("Level");
                label_resourcesLevel.setFont(new Font("Trebuchet MS", Font.PLAIN, 13));
                ATFieldInfo.assignLabelInfo(label_resourcesLevel, Resources.class,
                        Resources.PROPERTYNAME_LEVEL);
                panel4.add(label_resourcesLevel,
                        cc.xywh(1, 1, 1, 1, CellConstraints.FILL, CellConstraints.DEFAULT));

                //---- level ----
                level.setOpaque(false);
                panel4.add(level, cc.xy(3, 1));

                //---- internalOnly ----
                internalOnly.setText("Internal Only");
                internalOnly.setOpaque(false);
                internalOnly.setFont(new Font("Trebuchet MS", Font.PLAIN, 13));
                internalOnly.setText(ATFieldInfo.getLabel(ResourcesComponents.class,
                        ResourcesComponents.PROPERTYNAME_INTERNAL_ONLY));
                panel4.add(internalOnly, cc.xy(5, 1));

                //---- restrictionsApply ----
                restrictionsApply.setText("Restrictions Apply");
                restrictionsApply.setOpaque(false);
                restrictionsApply.setFont(new Font("Trebuchet MS", Font.PLAIN, 13));
                restrictionsApply.setText(ATFieldInfo.getLabel(ResourcesComponents.class,
                        ArchDescription.PROPERTYNAME_RESTRICTIONS_APPLY));
                panel4.add(restrictionsApply, cc.xy(7, 1));
            }
            contentPanel.add(panel4, cc.xywh(1, 1, 3, 1));

            //======== panel13 ========
            {
                panel13.setOpaque(false);
                panel13.setLayout(new FormLayout(
                        new ColumnSpec[] { FormFactory.DEFAULT_COLSPEC, FormFactory.LABEL_COMPONENT_GAP_COLSPEC,
                                new ColumnSpec(ColumnSpec.FILL, Sizes.DEFAULT, FormSpec.DEFAULT_GROW) },
                        RowSpec.decodeSpecs("default")));

                //---- label_resourcesTitle2 ----
                label_resourcesTitle2.setText("Title");
                label_resourcesTitle2.setFont(new Font("Trebuchet MS", Font.PLAIN, 13));
                ATFieldInfo.assignLabelInfo(label_resourcesTitle2, Resources.class,
                        Resources.PROPERTYNAME_TITLE);
                panel13.add(label_resourcesTitle2, cc.xy(1, 1));
                panel13.add(componentTitle, cc.xy(3, 1));
            }
            contentPanel.add(panel13, cc.xywh(1, 3, 3, 1));

            //---- label_resourcesLevel2 ----
            label_resourcesLevel2.setText("Component Unique Identifier");
            label_resourcesLevel2.setFont(new Font("Trebuchet MS", Font.PLAIN, 13));
            ATFieldInfo.assignLabelInfo(label_resourcesLevel2, ResourcesComponents.class,
                    ResourcesComponents.PROPERTYNAME_UNIQUE_IDENTIFIER);
            contentPanel.add(label_resourcesLevel2,
                    cc.xywh(1, 5, 1, 1, CellConstraints.FILL, CellConstraints.DEFAULT));
            contentPanel.add(componentUniqueIdentifier, cc.xy(3, 5));

            //======== panel5 ========
            {
                panel5.setOpaque(false);
                panel5.setLayout(new FormLayout(
                        new ColumnSpec[] { FormFactory.DEFAULT_COLSPEC, FormFactory.LABEL_COMPONENT_GAP_COLSPEC,
                                new ColumnSpec(ColumnSpec.FILL, Sizes.DEFAULT, FormSpec.DEFAULT_GROW),
                                FormFactory.LABEL_COMPONENT_GAP_COLSPEC, FormFactory.DEFAULT_COLSPEC,
                                FormFactory.LABEL_COMPONENT_GAP_COLSPEC, FormFactory.DEFAULT_COLSPEC,
                                FormFactory.LABEL_COMPONENT_GAP_COLSPEC, FormFactory.DEFAULT_COLSPEC,
                                FormFactory.LABEL_COMPONENT_GAP_COLSPEC, FormFactory.DEFAULT_COLSPEC },
                        RowSpec.decodeSpecs("default")));

                //---- label_resourcesDateExpression ----
                label_resourcesDateExpression.setText("Date Expression");
                label_resourcesDateExpression.setFont(new Font("Trebuchet MS", Font.PLAIN, 13));
                ATFieldInfo.assignLabelInfo(label_resourcesDateExpression, Resources.class,
                        Resources.PROPERTYNAME_DATE_EXPRESSION);
                panel5.add(label_resourcesDateExpression,
                        cc.xywh(1, 1, 1, 1, CellConstraints.LEFT, CellConstraints.DEFAULT));
                panel5.add(dateExpression, cc.xy(3, 1));

                //---- label_resourcesDateBegin ----
                label_resourcesDateBegin.setText("Begin");
                label_resourcesDateBegin.setFont(new Font("Trebuchet MS", Font.PLAIN, 13));
                ATFieldInfo.assignLabelInfo(label_resourcesDateBegin, Resources.class,
                        Resources.PROPERTYNAME_DATE_BEGIN);
                panel5.add(label_resourcesDateBegin, cc.xy(5, 1));

                //---- dateBegin ----
                dateBegin.setColumns(5);
                panel5.add(dateBegin, cc.xywh(7, 1, 1, 1, CellConstraints.LEFT, CellConstraints.DEFAULT));

                //---- label_resourcesDateEnd ----
                label_resourcesDateEnd.setText("End");
                label_resourcesDateEnd.setFont(new Font("Trebuchet MS", Font.PLAIN, 13));
                ATFieldInfo.assignLabelInfo(label_resourcesDateEnd, Resources.class,
                        Resources.PROPERTYNAME_DATE_END);
                panel5.add(label_resourcesDateEnd, cc.xy(9, 1));

                //---- dateEnd ----
                dateEnd.setColumns(5);
                panel5.add(dateEnd, cc.xywh(11, 1, 1, 1, CellConstraints.LEFT, CellConstraints.DEFAULT));
            }
            contentPanel.add(panel5, cc.xywh(1, 7, 3, 1));

            //======== panel6 ========
            {
                panel6.setOpaque(false);
                panel6.setLayout(new FormLayout(
                        new ColumnSpec[] { FormFactory.DEFAULT_COLSPEC, FormFactory.LABEL_COMPONENT_GAP_COLSPEC,
                                FormFactory.DEFAULT_COLSPEC, FormFactory.LABEL_COMPONENT_GAP_COLSPEC,
                                FormFactory.DEFAULT_COLSPEC, FormFactory.LABEL_COMPONENT_GAP_COLSPEC,
                                new ColumnSpec(ColumnSpec.FILL, Sizes.DEFAULT, FormSpec.DEFAULT_GROW) },
                        RowSpec.decodeSpecs("default")));

                //---- label_resourcesExtentNumber ----
                label_resourcesExtentNumber.setText("Extent");
                label_resourcesExtentNumber.setFont(new Font("Trebuchet MS", Font.PLAIN, 13));
                ATFieldInfo.assignLabelInfo(label_resourcesExtentNumber, Resources.class,
                        Resources.PROPERTYNAME_EXTENT_NUMBER);
                panel6.add(label_resourcesExtentNumber,
                        cc.xywh(1, 1, 1, 1, CellConstraints.FILL, CellConstraints.DEFAULT));

                //---- extent ----
                extent.setColumns(5);
                panel6.add(extent, cc.xywh(3, 1, 1, 1, CellConstraints.LEFT, CellConstraints.DEFAULT));

                //---- label_resourcesExtentNumber2 ----
                label_resourcesExtentNumber2.setText("Extent Type");
                label_resourcesExtentNumber2.setFont(new Font("Trebuchet MS", Font.PLAIN, 13));
                ATFieldInfo.assignLabelInfo(label_resourcesExtentNumber2, Resources.class,
                        Resources.PROPERTYNAME_EXTENT_TYPE);
                panel6.add(label_resourcesExtentNumber2,
                        cc.xywh(5, 1, 1, 1, CellConstraints.FILL, CellConstraints.DEFAULT));

                //---- extentType ----
                extentType.setOpaque(false);
                panel6.add(extentType, cc.xywh(7, 1, 1, 1, CellConstraints.LEFT, CellConstraints.DEFAULT));
            }
            contentPanel.add(panel6, cc.xywh(1, 9, 3, 1));

            //---- separator3 ----
            separator3.setBackground(new Color(220, 220, 232));
            separator3.setForeground(new Color(147, 131, 86));
            separator3.setMinimumSize(new Dimension(1, 10));
            separator3.setFont(new Font("Trebuchet MS", Font.PLAIN, 13));
            contentPanel.add(separator3, cc.xywh(1, 11, 3, 1));

            //======== panel9 ========
            {
                panel9.setOpaque(false);
                panel9.setLayout(new FormLayout(
                        new ColumnSpec[] { FormFactory.DEFAULT_COLSPEC, FormFactory.LABEL_COMPONENT_GAP_COLSPEC,
                                new ColumnSpec(ColumnSpec.FILL, Sizes.DEFAULT, FormSpec.DEFAULT_GROW) },
                        RowSpec.decodeSpecs("default")));

                //---- label_resourcesExtentNumber4 ----
                label_resourcesExtentNumber4.setText("Note 1");
                label_resourcesExtentNumber4.setFont(new Font("Trebuchet MS", Font.PLAIN, 13));
                panel9.add(label_resourcesExtentNumber4,
                        cc.xywh(1, 1, 1, 1, CellConstraints.FILL, CellConstraints.DEFAULT));

                //---- noteType1 ----
                noteType1.setOpaque(false);
                noteType1.setFont(new Font("Trebuchet MS", Font.PLAIN, 13));
                panel9.add(noteType1, cc.xywh(3, 1, 1, 1, CellConstraints.LEFT, CellConstraints.DEFAULT));
            }
            contentPanel.add(panel9, cc.xywh(1, 13, 3, 1));

            //======== scrollPane1 ========
            {

                //---- note1 ----
                note1.setRows(4);
                note1.setWrapStyleWord(true);
                note1.setLineWrap(true);
                scrollPane1.setViewportView(note1);
            }
            contentPanel.add(scrollPane1, cc.xywh(1, 15, 3, 1));

            //---- separator4 ----
            separator4.setBackground(new Color(220, 220, 232));
            separator4.setForeground(new Color(147, 131, 86));
            separator4.setMinimumSize(new Dimension(1, 10));
            separator4.setFont(new Font("Trebuchet MS", Font.PLAIN, 13));
            contentPanel.add(separator4, cc.xywh(1, 17, 3, 1));

            //======== panel10 ========
            {
                panel10.setOpaque(false);
                panel10.setLayout(new FormLayout(
                        new ColumnSpec[] { FormFactory.DEFAULT_COLSPEC, FormFactory.LABEL_COMPONENT_GAP_COLSPEC,
                                new ColumnSpec(ColumnSpec.FILL, Sizes.DEFAULT, FormSpec.DEFAULT_GROW) },
                        RowSpec.decodeSpecs("default")));

                //---- label_resourcesExtentNumber6 ----
                label_resourcesExtentNumber6.setText("Note 2");
                label_resourcesExtentNumber6.setFont(new Font("Trebuchet MS", Font.PLAIN, 13));
                panel10.add(label_resourcesExtentNumber6,
                        cc.xywh(1, 1, 1, 1, CellConstraints.FILL, CellConstraints.DEFAULT));

                //---- noteType2 ----
                noteType2.setOpaque(false);
                noteType2.setFont(new Font("Trebuchet MS", Font.PLAIN, 13));
                panel10.add(noteType2, cc.xywh(3, 1, 1, 1, CellConstraints.LEFT, CellConstraints.DEFAULT));
            }
            contentPanel.add(panel10, cc.xywh(1, 19, 3, 1));

            //======== scrollPane2 ========
            {

                //---- note2 ----
                note2.setRows(4);
                note2.setWrapStyleWord(true);
                note2.setLineWrap(true);
                scrollPane2.setViewportView(note2);
            }
            contentPanel.add(scrollPane2, cc.xywh(1, 21, 3, 1));

            //---- separator5 ----
            separator5.setBackground(new Color(220, 220, 232));
            separator5.setForeground(new Color(147, 131, 86));
            separator5.setMinimumSize(new Dimension(1, 10));
            separator5.setFont(new Font("Trebuchet MS", Font.PLAIN, 13));
            contentPanel.add(separator5, cc.xywh(1, 23, 3, 1));

            //======== panel11 ========
            {
                panel11.setOpaque(false);
                panel11.setLayout(new FormLayout(
                        new ColumnSpec[] { FormFactory.DEFAULT_COLSPEC, FormFactory.LABEL_COMPONENT_GAP_COLSPEC,
                                new ColumnSpec(ColumnSpec.FILL, Sizes.DEFAULT, FormSpec.DEFAULT_GROW) },
                        RowSpec.decodeSpecs("default")));

                //---- label_resourcesExtentNumber7 ----
                label_resourcesExtentNumber7.setText("Note 3");
                label_resourcesExtentNumber7.setFont(new Font("Trebuchet MS", Font.PLAIN, 13));
                panel11.add(label_resourcesExtentNumber7,
                        cc.xywh(1, 1, 1, 1, CellConstraints.FILL, CellConstraints.DEFAULT));

                //---- noteType3 ----
                noteType3.setOpaque(false);
                noteType3.setFont(new Font("Trebuchet MS", Font.PLAIN, 13));
                panel11.add(noteType3, cc.xywh(3, 1, 1, 1, CellConstraints.LEFT, CellConstraints.DEFAULT));
            }
            contentPanel.add(panel11, cc.xywh(1, 25, 3, 1));

            //======== scrollPane3 ========
            {

                //---- note3 ----
                note3.setRows(4);
                note3.setWrapStyleWord(true);
                note3.setLineWrap(true);
                scrollPane3.setViewportView(note3);
            }
            contentPanel.add(scrollPane3, cc.xywh(1, 27, 3, 1));

            //---- separator6 ----
            separator6.setBackground(new Color(220, 220, 232));
            separator6.setForeground(new Color(147, 131, 86));
            separator6.setMinimumSize(new Dimension(1, 10));
            separator6.setFont(new Font("Trebuchet MS", Font.PLAIN, 13));
            contentPanel.add(separator6, cc.xywh(1, 29, 3, 1));

            //======== panel12 ========
            {
                panel12.setOpaque(false);
                panel12.setLayout(
                        new FormLayout(
                                new ColumnSpec[] { FormFactory.DEFAULT_COLSPEC,
                                        FormFactory.LABEL_COMPONENT_GAP_COLSPEC, FormFactory.DEFAULT_COLSPEC },
                                RowSpec.decodeSpecs("default")));

                //---- label_resourcesExtentNumber3 ----
                label_resourcesExtentNumber3.setText("Instance Type");
                label_resourcesExtentNumber3.setFont(new Font("Trebuchet MS", Font.PLAIN, 13));
                ATFieldInfo.assignLabelInfo(label_resourcesExtentNumber3, ArchDescriptionInstances.class,
                        ArchDescriptionInstances.PROPERTYNAME_INSTANCE_TYPE);
                panel12.add(label_resourcesExtentNumber3,
                        cc.xywh(1, 1, 1, 1, CellConstraints.FILL, CellConstraints.DEFAULT));

                //---- instanceType ----
                instanceType.setOpaque(false);
                panel12.add(instanceType, cc.xywh(3, 1, 1, 1, CellConstraints.LEFT, CellConstraints.DEFAULT));
            }
            contentPanel.add(panel12, cc.xywh(1, 31, 3, 1));

            //======== panel7 ========
            {
                panel7.setOpaque(false);
                panel7.setPreferredSize(new Dimension(900, 27));
                panel7.setLayout(new FormLayout(
                        new ColumnSpec[] { FormFactory.DEFAULT_COLSPEC, FormFactory.LABEL_COMPONENT_GAP_COLSPEC,
                                FormFactory.DEFAULT_COLSPEC, FormFactory.LABEL_COMPONENT_GAP_COLSPEC,
                                FormFactory.DEFAULT_COLSPEC, FormFactory.LABEL_COMPONENT_GAP_COLSPEC,
                                FormFactory.DEFAULT_COLSPEC, FormFactory.LABEL_COMPONENT_GAP_COLSPEC,
                                FormFactory.DEFAULT_COLSPEC, FormFactory.LABEL_COMPONENT_GAP_COLSPEC,
                                new ColumnSpec(ColumnSpec.FILL, Sizes.DEFAULT, FormSpec.DEFAULT_GROW) },
                        RowSpec.decodeSpecs("default")));

                //---- label_subjectTermType ----
                label_subjectTermType.setText("Container 1 Type");
                label_subjectTermType.setFont(new Font("Trebuchet MS", Font.PLAIN, 13));
                ATFieldInfo.assignLabelInfo(label_subjectTermType, ArchDescriptionAnalogInstances.class,
                        ArchDescriptionAnalogInstances.PROPERTYNAME_CONTAINER1_TYPE);
                panel7.add(label_subjectTermType, cc.xy(1, 1));

                //---- container1Type ----
                container1Type.setOpaque(false);
                panel7.add(container1Type, cc.xywh(3, 1, 1, 1, CellConstraints.LEFT, CellConstraints.DEFAULT));

                //---- label_subjectSource ----
                label_subjectSource.setText("Container 1 Numeric Indicator");
                label_subjectSource.setFont(new Font("Trebuchet MS", Font.PLAIN, 13));
                ATFieldInfo.assignLabelInfo(label_subjectSource, ArchDescriptionAnalogInstances.class,
                        ArchDescriptionAnalogInstances.PROPERTYNAME_CONTAINER1_NUMERIC_INDICATOR);
                panel7.add(label_subjectSource, cc.xy(5, 1));

                //---- container1Number ----
                container1Number.setColumns(5);
                panel7.add(container1Number,
                        cc.xywh(7, 1, 1, 1, CellConstraints.LEFT, CellConstraints.DEFAULT));

                //---- label_subjectSource3 ----
                label_subjectSource3.setText("Container 1 Alphanumeric Indicator");
                label_subjectSource3.setFont(new Font("Trebuchet MS", Font.PLAIN, 13));
                ATFieldInfo.assignLabelInfo(label_subjectSource3, ArchDescriptionAnalogInstances.class,
                        ArchDescriptionAnalogInstances.PROPERTYNAME_CONTAINER1_ALPHA_NUMERIC_INDICATOR);
                panel7.add(label_subjectSource3, cc.xy(9, 1));
                panel7.add(container1AlphaNum,
                        cc.xywh(11, 1, 1, 1, CellConstraints.FILL, CellConstraints.DEFAULT));
            }
            contentPanel.add(panel7, cc.xywh(1, 33, 3, 1, CellConstraints.FILL, CellConstraints.DEFAULT));

            //======== panel8 ========
            {
                panel8.setOpaque(false);
                panel8.setLayout(new FormLayout(
                        new ColumnSpec[] { FormFactory.DEFAULT_COLSPEC, FormFactory.LABEL_COMPONENT_GAP_COLSPEC,
                                FormFactory.DEFAULT_COLSPEC, FormFactory.LABEL_COMPONENT_GAP_COLSPEC,
                                FormFactory.DEFAULT_COLSPEC, FormFactory.LABEL_COMPONENT_GAP_COLSPEC,
                                FormFactory.DEFAULT_COLSPEC, FormFactory.LABEL_COMPONENT_GAP_COLSPEC,
                                FormFactory.DEFAULT_COLSPEC, FormFactory.LABEL_COMPONENT_GAP_COLSPEC,
                                new ColumnSpec(ColumnSpec.FILL, Sizes.DEFAULT, FormSpec.DEFAULT_GROW) },
                        RowSpec.decodeSpecs("default")));

                //---- label_subjectTermType2 ----
                label_subjectTermType2.setText("Container 2 Type");
                label_subjectTermType2.setFont(new Font("Trebuchet MS", Font.PLAIN, 13));
                ATFieldInfo.assignLabelInfo(label_subjectTermType2, ArchDescriptionAnalogInstances.class,
                        ArchDescriptionAnalogInstances.PROPERTYNAME_CONTAINER2_TYPE);
                panel8.add(label_subjectTermType2, cc.xy(1, 1));

                //---- container2Type ----
                container2Type.setOpaque(false);
                panel8.add(container2Type, cc.xywh(3, 1, 1, 1, CellConstraints.LEFT, CellConstraints.DEFAULT));

                //---- label_subjectSource2 ----
                label_subjectSource2.setText("Container 2 Numeric Indicator");
                label_subjectSource2.setFont(new Font("Trebuchet MS", Font.PLAIN, 13));
                ATFieldInfo.assignLabelInfo(label_subjectSource2, ArchDescriptionAnalogInstances.class,
                        ArchDescriptionAnalogInstances.PROPERTYNAME_CONTAINER2_NUMERIC_INDICATOR);
                panel8.add(label_subjectSource2, cc.xy(5, 1));

                //---- container2Number ----
                container2Number.setColumns(5);
                panel8.add(container2Number,
                        cc.xywh(7, 1, 1, 1, CellConstraints.LEFT, CellConstraints.DEFAULT));

                //---- label_subjectSource4 ----
                label_subjectSource4.setText("Container 2 Alphanumeric Indicator");
                label_subjectSource4.setFont(new Font("Trebuchet MS", Font.PLAIN, 13));
                ATFieldInfo.assignLabelInfo(label_subjectSource4, ArchDescriptionAnalogInstances.class,
                        ArchDescriptionAnalogInstances.PROPERTYNAME_CONTAINER2_ALPHA_NUMERIC_INDICATOR);
                panel8.add(label_subjectSource4, cc.xy(9, 1));
                panel8.add(container2AlphaNum,
                        cc.xywh(11, 1, 1, 1, CellConstraints.FILL, CellConstraints.DEFAULT));
            }
            contentPanel.add(panel8, cc.xywh(1, 35, 3, 1));

            //======== panel14 ========
            {
                panel14.setOpaque(false);
                panel14.setLayout(new FormLayout(
                        new ColumnSpec[] { FormFactory.DEFAULT_COLSPEC, FormFactory.LABEL_COMPONENT_GAP_COLSPEC,
                                new ColumnSpec(ColumnSpec.FILL, Sizes.DEFAULT, FormSpec.DEFAULT_GROW) },
                        RowSpec.decodeSpecs("default")));

                //---- label_resourcesExtentNumber5 ----
                label_resourcesExtentNumber5.setText("Barcode");
                label_resourcesExtentNumber5.setFont(new Font("Trebuchet MS", Font.PLAIN, 13));
                ATFieldInfo.assignLabelInfo(label_resourcesExtentNumber5, ArchDescriptionAnalogInstances.class,
                        ArchDescriptionAnalogInstances.PROPERTYNAME_BARCODE);
                panel14.add(label_resourcesExtentNumber5,
                        cc.xywh(1, 1, 1, 1, CellConstraints.FILL, CellConstraints.DEFAULT));
                panel14.add(barcode, cc.xywh(3, 1, 1, 1, CellConstraints.FILL, CellConstraints.DEFAULT));
            }
            contentPanel.add(panel14, cc.xywh(1, 37, 3, 1));
        }
        dialogPane.add(contentPanel, BorderLayout.CENTER);

        //======== panel1 ========
        {
            panel1.setOpaque(false);
            panel1.setBorder(Borders.DLU2_BORDER);
            panel1.setLayout(new FormLayout("default:grow", "default, default:grow"));

            //---- separator2 ----
            separator2.setBackground(new Color(220, 220, 232));
            separator2.setForeground(new Color(147, 131, 86));
            separator2.setFont(new Font("Trebuchet MS", Font.PLAIN, 13));
            panel1.add(separator2, cc.xy(1, 1));

            //======== buttonPanel ========
            {
                buttonPanel.setBorder(null);
                buttonPanel.setBackground(new Color(200, 205, 232));
                buttonPanel.setFont(new Font("Trebuchet MS", Font.PLAIN, 13));
                buttonPanel.setMinimumSize(new Dimension(380, 60));
                buttonPanel
                        .setLayout(new FormLayout(
                                new ColumnSpec[] { FormFactory.DEFAULT_COLSPEC,
                                        FormFactory.UNRELATED_GAP_COLSPEC, FormFactory.DEFAULT_COLSPEC,
                                        FormFactory.UNRELATED_GAP_COLSPEC, FormFactory.DEFAULT_COLSPEC },
                                RowSpec.decodeSpecs("default, default")));

                //---- cancelButton ----
                cancelButton.setIcon(new ImageIcon(
                        getClass().getResource("/org/archiviststoolkit/resources/images/cancel.jpg")));
                cancelButton.setFont(new Font("Trebuchet MS", Font.PLAIN, 13));
                cancelButton.setOpaque(false);
                cancelButton.addActionListener(new ActionListener() {
                    public void actionPerformed(ActionEvent e) {
                        cancelButtonActionPerformed();
                    }
                });
                buttonPanel.add(cancelButton, cc.xy(1, 1));

                //---- okButton ----
                okButton.setIcon(new ImageIcon(
                        getClass().getResource("/org/archiviststoolkit/resources/images/ok.jpg")));
                okButton.setFont(new Font("Trebuchet MS", Font.PLAIN, 13));
                okButton.setOpaque(false);
                okButton.addActionListener(new ActionListener() {
                    public void actionPerformed(ActionEvent e) {
                        okButtonActionPerformed();
                    }
                });
                buttonPanel.add(okButton, cc.xy(3, 1));

                //---- okAndAnotherButton ----
                okAndAnotherButton.setIcon(new ImageIcon(
                        getClass().getResource("/org/archiviststoolkit/resources/images/okPlus1.jpg")));
                okAndAnotherButton.setFont(new Font("Trebuchet MS", Font.PLAIN, 13));
                okAndAnotherButton.setOpaque(false);
                okAndAnotherButton.addActionListener(new ActionListener() {
                    public void actionPerformed(ActionEvent e) {
                        okAndAnotherButtonActionPerformed();
                    }
                });
                buttonPanel.add(okAndAnotherButton, cc.xy(5, 1));

                //---- cancelButtonLabel ----
                cancelButtonLabel.setText("Cancel");
                cancelButtonLabel.setFont(new Font("Trebuchet MS", Font.PLAIN, 13));
                buttonPanel.add(cancelButtonLabel,
                        cc.xywh(1, 2, 1, 1, CellConstraints.CENTER, CellConstraints.DEFAULT));

                //---- okButtonLabel ----
                okButtonLabel.setText("OK");
                okButtonLabel.setFont(new Font("Trebuchet MS", Font.PLAIN, 13));
                buttonPanel.add(okButtonLabel,
                        cc.xywh(3, 2, 1, 1, CellConstraints.CENTER, CellConstraints.DEFAULT));

                //---- okAndAnotherButtonLabel ----
                okAndAnotherButtonLabel.setText("OK + 1");
                okAndAnotherButtonLabel.setFont(new Font("Trebuchet MS", Font.PLAIN, 13));
                buttonPanel.add(okAndAnotherButtonLabel,
                        cc.xywh(5, 2, 1, 1, CellConstraints.CENTER, CellConstraints.DEFAULT));
            }
            panel1.add(buttonPanel, cc.xywh(1, 2, 1, 1, CellConstraints.CENTER, CellConstraints.DEFAULT));
        }
        dialogPane.add(panel1, BorderLayout.SOUTH);
    }
    contentPane.add(dialogPane, BorderLayout.CENTER);
    pack();
    setLocationRelativeTo(getOwner());
    // JFormDesigner - End of component initialization  //GEN-END:initComponents
}

From source file:org.archiviststoolkit.editor.rde.RapidResourceComponentDataEntry2.java

License:Open Source License

private void initComponents() {
    // JFormDesigner - Component initialization - DO NOT MODIFY  //GEN-BEGIN:initComponents
    // Generated using JFormDesigner non-commercial license
    dialogPane = new JPanel();
    HeaderPanel = new JPanel();
    panel2 = new JPanel();
    mainHeaderLabel = new JLabel();
    panel3 = new JPanel();
    subHeaderLabel = new JLabel();
    contentPanel = new JPanel();
    temp = new JButton();
    panel1 = new JPanel();
    separator2 = new JSeparator();
    buttonPanel = new JPanel();
    autoSaveCheckBox = new JCheckBox();
    cancelButton = new JButton();
    okButton = new JButton();
    okAndAnotherButton = new JButton();
    cancelButtonLabel = new JLabel();
    okButtonLabel = new JLabel();
    okAndAnotherButtonLabel = new JLabel();
    CellConstraints cc = new CellConstraints();

    //======== this ========
    setBackground(new Color(200, 205, 232));
    setModal(true);/*w w w .  j ava 2s.  co  m*/
    Container contentPane = getContentPane();
    contentPane.setLayout(new BorderLayout());

    //======== dialogPane ========
    {
        dialogPane.setBorder(null);
        dialogPane.setBackground(new Color(200, 205, 232));
        dialogPane.setLayout(new FormLayout("default:grow", "fill:default, fill:default:grow, fill:default"));

        //======== HeaderPanel ========
        {
            HeaderPanel.setBackground(new Color(80, 69, 57));
            HeaderPanel.setOpaque(false);
            HeaderPanel.setFont(new Font("Trebuchet MS", Font.PLAIN, 13));
            HeaderPanel
                    .setLayout(new FormLayout(
                            new ColumnSpec[] {
                                    new ColumnSpec(
                                            Sizes.bounded(Sizes.MINIMUM, Sizes.dluX(100), Sizes.dluX(200))),
                                    new ColumnSpec(ColumnSpec.FILL, Sizes.DEFAULT, FormSpec.DEFAULT_GROW) },
                            RowSpec.decodeSpecs("default")));

            //======== panel2 ========
            {
                panel2.setBackground(new Color(73, 43, 104));
                panel2.setFont(new Font("Trebuchet MS", Font.PLAIN, 13));
                panel2.setLayout(new FormLayout(
                        new ColumnSpec[] { FormFactory.RELATED_GAP_COLSPEC,
                                new ColumnSpec(ColumnSpec.FILL, Sizes.DEFAULT, FormSpec.DEFAULT_GROW) },
                        new RowSpec[] { FormFactory.RELATED_GAP_ROWSPEC, FormFactory.DEFAULT_ROWSPEC,
                                FormFactory.RELATED_GAP_ROWSPEC }));

                //---- mainHeaderLabel ----
                mainHeaderLabel.setText("Resources");
                mainHeaderLabel.setFont(new Font("Trebuchet MS", Font.PLAIN, 18));
                mainHeaderLabel.setForeground(Color.white);
                panel2.add(mainHeaderLabel, cc.xy(2, 2));
            }
            HeaderPanel.add(panel2, cc.xy(1, 1));

            //======== panel3 ========
            {
                panel3.setBackground(new Color(66, 60, 111));
                panel3.setFont(new Font("Trebuchet MS", Font.PLAIN, 13));
                panel3.setLayout(new FormLayout(
                        new ColumnSpec[] { FormFactory.RELATED_GAP_COLSPEC,
                                new ColumnSpec(ColumnSpec.FILL, Sizes.DEFAULT, FormSpec.DEFAULT_GROW) },
                        new RowSpec[] { FormFactory.RELATED_GAP_ROWSPEC, FormFactory.DEFAULT_ROWSPEC,
                                FormFactory.RELATED_GAP_ROWSPEC }));

                //---- subHeaderLabel ----
                subHeaderLabel.setText("Rapid Data Entry");
                subHeaderLabel.setFont(new Font("Trebuchet MS", Font.PLAIN, 18));
                subHeaderLabel.setForeground(Color.white);
                panel3.add(subHeaderLabel, cc.xy(2, 2));
            }
            HeaderPanel.add(panel3, cc.xy(2, 1));
        }
        dialogPane.add(HeaderPanel, cc.xy(1, 1));

        //======== contentPanel ========
        {
            contentPanel.setOpaque(false);
            contentPanel.setBorder(Borders.DLU4_BORDER);
            contentPanel.setMaximumSize(new Dimension(1000, 600));
            contentPanel.setBackground(new Color(200, 205, 232));
            contentPanel.setLayout(new FormLayout("center:default:grow", "top:default:grow"));

            //---- temp ----
            temp.setText("text");
            temp.setBackground(new Color(200, 205, 232));
            contentPanel.add(temp, cc.xy(1, 1));
        }
        dialogPane.add(contentPanel, cc.xy(1, 2));

        //======== panel1 ========
        {
            panel1.setOpaque(false);
            panel1.setBorder(Borders.DLU2_BORDER);
            panel1.setLayout(new FormLayout("default:grow", "default, default:grow"));

            //---- separator2 ----
            separator2.setBackground(new Color(220, 220, 232));
            separator2.setForeground(new Color(147, 131, 86));
            separator2.setFont(new Font("Trebuchet MS", Font.PLAIN, 13));
            panel1.add(separator2, cc.xy(1, 1));

            //======== buttonPanel ========
            {
                buttonPanel.setBorder(null);
                buttonPanel.setBackground(new Color(200, 205, 232));
                buttonPanel.setFont(new Font("Trebuchet MS", Font.PLAIN, 13));
                buttonPanel
                        .setLayout(
                                new FormLayout(
                                        new ColumnSpec[] {
                                                new ColumnSpec(ColumnSpec.FILL, Sizes.DEFAULT,
                                                        FormSpec.DEFAULT_GROW),
                                                FormFactory.UNRELATED_GAP_COLSPEC, FormFactory.DEFAULT_COLSPEC,
                                                FormFactory.UNRELATED_GAP_COLSPEC, FormFactory.DEFAULT_COLSPEC,
                                                FormFactory.UNRELATED_GAP_COLSPEC,
                                                FormFactory.DEFAULT_COLSPEC },
                                        RowSpec.decodeSpecs("default, default")));

                //---- autoSaveCheckBox ----
                autoSaveCheckBox.setText("Auto Save");
                autoSaveCheckBox.setSelected(true);
                autoSaveCheckBox.setOpaque(false);
                buttonPanel.add(autoSaveCheckBox, cc.xy(1, 1));

                //---- cancelButton ----
                cancelButton.setIcon(new ImageIcon(
                        getClass().getResource("/org/archiviststoolkit/resources/images/cancel.jpg")));
                cancelButton.setFont(new Font("Trebuchet MS", Font.PLAIN, 13));
                cancelButton.setOpaque(false);
                cancelButton.addActionListener(new ActionListener() {
                    public void actionPerformed(ActionEvent e) {
                        cancelButtonActionPerformed();
                    }
                });
                buttonPanel.add(cancelButton, cc.xy(3, 1));

                //---- okButton ----
                okButton.setIcon(new ImageIcon(
                        getClass().getResource("/org/archiviststoolkit/resources/images/ok.jpg")));
                okButton.setFont(new Font("Trebuchet MS", Font.PLAIN, 13));
                okButton.setOpaque(false);
                okButton.addActionListener(new ActionListener() {
                    public void actionPerformed(ActionEvent e) {
                        okButtonActionPerformed();
                    }
                });
                buttonPanel.add(okButton, cc.xy(5, 1));

                //---- okAndAnotherButton ----
                okAndAnotherButton.setIcon(new ImageIcon(
                        getClass().getResource("/org/archiviststoolkit/resources/images/okPlus1.jpg")));
                okAndAnotherButton.setFont(new Font("Trebuchet MS", Font.PLAIN, 13));
                okAndAnotherButton.setOpaque(false);
                okAndAnotherButton.addActionListener(new ActionListener() {
                    public void actionPerformed(ActionEvent e) {
                        okAndAnotherButtonActionPerformed();
                    }
                });
                buttonPanel.add(okAndAnotherButton, cc.xy(7, 1));

                //---- cancelButtonLabel ----
                cancelButtonLabel.setText("Cancel");
                cancelButtonLabel.setFont(new Font("Trebuchet MS", Font.PLAIN, 13));
                buttonPanel.add(cancelButtonLabel,
                        cc.xywh(3, 2, 1, 1, CellConstraints.CENTER, CellConstraints.DEFAULT));

                //---- okButtonLabel ----
                okButtonLabel.setText("OK");
                okButtonLabel.setFont(new Font("Trebuchet MS", Font.PLAIN, 13));
                buttonPanel.add(okButtonLabel,
                        cc.xywh(5, 2, 1, 1, CellConstraints.CENTER, CellConstraints.DEFAULT));

                //---- okAndAnotherButtonLabel ----
                okAndAnotherButtonLabel.setText("+ 1");
                okAndAnotherButtonLabel.setFont(new Font("Trebuchet MS", Font.PLAIN, 13));
                buttonPanel.add(okAndAnotherButtonLabel,
                        cc.xywh(7, 2, 1, 1, CellConstraints.CENTER, CellConstraints.DEFAULT));
            }
            panel1.add(buttonPanel, cc.xywh(1, 2, 1, 1, CellConstraints.CENTER, CellConstraints.DEFAULT));
        }
        dialogPane.add(panel1, cc.xy(1, 3));
    }
    contentPane.add(dialogPane, BorderLayout.CENTER);
    setSize(1000, 840);
    setLocationRelativeTo(getOwner());
    // JFormDesigner - End of component initialization  //GEN-END:initComponents
}

From source file:org.archiviststoolkit.editor.rde.RdeAnalogInstance.java

License:Open Source License

private void initComponents() {
    // JFormDesigner - Component initialization - DO NOT MODIFY  //GEN-BEGIN:initComponents
    // Generated using JFormDesigner non-commercial license
    separator6 = new JSeparator();
    panel12 = new JPanel();
    label_instanceType = new JLabel();
    instanceType = new JComboBox();
    panel7 = new JPanel();
    label_container1Type = new JLabel();
    container1Type = ATBasicComponentFactory.createUnboundComboBox(LookupListUtils.getLookupListValues(
            ArchDescriptionAnalogInstances.class, ArchDescriptionAnalogInstances.PROPERTYNAME_CONTAINER1_TYPE));
    label_container1Indicator = new JLabel();
    container1Indicator = new JTextField();
    panel8 = new JPanel();
    label_container2Type = new JLabel();
    container2Type = ATBasicComponentFactory.createUnboundComboBox(LookupListUtils.getLookupListValues(
            ArchDescriptionAnalogInstances.class, ArchDescriptionAnalogInstances.PROPERTYNAME_CONTAINER2_TYPE));
    label_container2Indicator = new JLabel();
    container2Indicator = new JTextField();
    panel9 = new JPanel();
    label_container3Type = new JLabel();
    container3Type = ATBasicComponentFactory.createUnboundComboBox(LookupListUtils.getLookupListValues(
            ArchDescriptionAnalogInstances.class, ArchDescriptionAnalogInstances.PROPERTYNAME_CONTAINER3_TYPE));
    label_container3Indicator = new JLabel();
    container3Indicator = new JTextField();
    panel14 = new JPanel();
    label_barcode = new JLabel();
    barcode = new JTextField();
    CellConstraints cc = new CellConstraints();

    //======== this ========
    setBackground(new Color(200, 205, 232));
    setLayout(new FormLayout(ColumnSpec.decodeSpecs("default:grow"),
            new RowSpec[] { FormFactory.DEFAULT_ROWSPEC, FormFactory.LINE_GAP_ROWSPEC,
                    FormFactory.DEFAULT_ROWSPEC, FormFactory.LINE_GAP_ROWSPEC, FormFactory.DEFAULT_ROWSPEC,
                    FormFactory.LINE_GAP_ROWSPEC, FormFactory.DEFAULT_ROWSPEC, FormFactory.LINE_GAP_ROWSPEC,
                    FormFactory.DEFAULT_ROWSPEC, FormFactory.LINE_GAP_ROWSPEC, FormFactory.DEFAULT_ROWSPEC }));

    //---- separator6 ----
    separator6.setBackground(new Color(220, 220, 232));
    separator6.setForeground(new Color(147, 131, 86));
    separator6.setMinimumSize(new Dimension(1, 10));
    separator6.setFont(new Font("Trebuchet MS", Font.PLAIN, 13));
    add(separator6, cc.xy(1, 1));/*from ww  w  .ja v  a  2s.com*/

    //======== panel12 ========
    {
        panel12.setOpaque(false);
        panel12.setLayout(new FormLayout(new ColumnSpec[] { FormFactory.DEFAULT_COLSPEC,
                FormFactory.LABEL_COMPONENT_GAP_COLSPEC, FormFactory.DEFAULT_COLSPEC },
                RowSpec.decodeSpecs("default")));

        //---- label_instanceType ----
        label_instanceType.setText("Instance Type");
        label_instanceType.setFont(new Font("Trebuchet MS", Font.PLAIN, 13));
        label_instanceType.addMouseListener(new MouseAdapter() {
            @Override
            public void mouseClicked(MouseEvent e) {
                label_instanceTypeMouseClicked(e);
            }
        });
        ATFieldInfo.assignLabelInfo(label_instanceType, ArchDescriptionInstances.class,
                ArchDescriptionInstances.PROPERTYNAME_INSTANCE_TYPE);
        panel12.add(label_instanceType, cc.xywh(1, 1, 1, 1, CellConstraints.FILL, CellConstraints.DEFAULT));

        //---- instanceType ----
        instanceType.setOpaque(false);
        instanceType.addFocusListener(new FocusAdapter() {
            @Override
            public void focusGained(FocusEvent e) {
                componentFocusGained(e);
            }
        });
        panel12.add(instanceType, cc.xywh(3, 1, 1, 1, CellConstraints.LEFT, CellConstraints.DEFAULT));
    }
    add(panel12, cc.xy(1, 3));

    //======== panel7 ========
    {
        panel7.setOpaque(false);
        panel7.setPreferredSize(new Dimension(900, 27));
        panel7.setLayout(new FormLayout(
                new ColumnSpec[] { FormFactory.DEFAULT_COLSPEC, FormFactory.LABEL_COMPONENT_GAP_COLSPEC,
                        FormFactory.DEFAULT_COLSPEC, FormFactory.LABEL_COMPONENT_GAP_COLSPEC,
                        FormFactory.DEFAULT_COLSPEC, FormFactory.LABEL_COMPONENT_GAP_COLSPEC,
                        new ColumnSpec(ColumnSpec.FILL, Sizes.DEFAULT, FormSpec.DEFAULT_GROW) },
                RowSpec.decodeSpecs("default")));

        //---- label_container1Type ----
        label_container1Type.setText("Container 1 Type");
        label_container1Type.setFont(new Font("Trebuchet MS", Font.PLAIN, 13));
        label_container1Type.addMouseListener(new MouseAdapter() {
            @Override
            public void mouseClicked(MouseEvent e) {
                label_container1TypeMouseClicked(e);
            }
        });
        ATFieldInfo.assignLabelInfo(label_container1Type, ArchDescriptionAnalogInstances.class,
                ArchDescriptionAnalogInstances.PROPERTYNAME_CONTAINER1_TYPE);
        panel7.add(label_container1Type, cc.xy(1, 1));

        //---- container1Type ----
        container1Type.setOpaque(false);
        container1Type.addFocusListener(new FocusAdapter() {
            @Override
            public void focusGained(FocusEvent e) {
                componentFocusGained(e);
            }
        });
        panel7.add(container1Type, cc.xywh(3, 1, 1, 1, CellConstraints.LEFT, CellConstraints.DEFAULT));

        //---- label_container1Indicator ----
        label_container1Indicator.setText("Container 1 Indicator");
        label_container1Indicator.setFont(new Font("Trebuchet MS", Font.PLAIN, 13));
        label_container1Indicator.addMouseListener(new MouseAdapter() {
            @Override
            public void mouseClicked(MouseEvent e) {
                label_container1AlphaMouseClicked(e);
            }
        });
        ATFieldInfo.assignLabelInfo(label_container1Indicator, ArchDescriptionAnalogInstances.class,
                ArchDescriptionAnalogInstances.PROPERTYNAME_CONTAINER1_INDICATOR);
        panel7.add(label_container1Indicator, cc.xy(5, 1));

        //---- container1Indicator ----
        container1Indicator.addFocusListener(new FocusAdapter() {
            @Override
            public void focusGained(FocusEvent e) {
                componentFocusGained(e);
            }
        });
        panel7.add(container1Indicator, cc.xywh(7, 1, 1, 1, CellConstraints.FILL, CellConstraints.DEFAULT));
    }
    add(panel7, cc.xywh(1, 5, 1, 1, CellConstraints.FILL, CellConstraints.DEFAULT));

    //======== panel8 ========
    {
        panel8.setOpaque(false);
        panel8.setLayout(new FormLayout(
                new ColumnSpec[] { FormFactory.DEFAULT_COLSPEC, FormFactory.LABEL_COMPONENT_GAP_COLSPEC,
                        FormFactory.DEFAULT_COLSPEC, FormFactory.LABEL_COMPONENT_GAP_COLSPEC,
                        FormFactory.DEFAULT_COLSPEC, FormFactory.LABEL_COMPONENT_GAP_COLSPEC,
                        new ColumnSpec(ColumnSpec.FILL, Sizes.DEFAULT, FormSpec.DEFAULT_GROW) },
                RowSpec.decodeSpecs("default")));

        //---- label_container2Type ----
        label_container2Type.setText("Container 2 Type");
        label_container2Type.setFont(new Font("Trebuchet MS", Font.PLAIN, 13));
        label_container2Type.addMouseListener(new MouseAdapter() {
            @Override
            public void mouseClicked(MouseEvent e) {
                label_container2TypeMouseClicked(e);
            }
        });
        ATFieldInfo.assignLabelInfo(label_container2Type, ArchDescriptionAnalogInstances.class,
                ArchDescriptionAnalogInstances.PROPERTYNAME_CONTAINER2_TYPE);
        panel8.add(label_container2Type, cc.xy(1, 1));

        //---- container2Type ----
        container2Type.setOpaque(false);
        container2Type.addFocusListener(new FocusAdapter() {
            @Override
            public void focusGained(FocusEvent e) {
                componentFocusGained(e);
            }
        });
        panel8.add(container2Type, cc.xywh(3, 1, 1, 1, CellConstraints.LEFT, CellConstraints.DEFAULT));

        //---- label_container2Indicator ----
        label_container2Indicator.setText("Container 2 Indicator");
        label_container2Indicator.setFont(new Font("Trebuchet MS", Font.PLAIN, 13));
        label_container2Indicator.addMouseListener(new MouseAdapter() {
            @Override
            public void mouseClicked(MouseEvent e) {
                label_container2AlphaMouseClicked(e);
            }
        });
        ATFieldInfo.assignLabelInfo(label_container2Indicator, ArchDescriptionAnalogInstances.class,
                ArchDescriptionAnalogInstances.PROPERTYNAME_CONTAINER2_INDICATOR);
        panel8.add(label_container2Indicator, cc.xy(5, 1));

        //---- container2Indicator ----
        container2Indicator.addFocusListener(new FocusAdapter() {
            @Override
            public void focusGained(FocusEvent e) {
                componentFocusGained(e);
            }
        });
        panel8.add(container2Indicator, cc.xywh(7, 1, 1, 1, CellConstraints.FILL, CellConstraints.DEFAULT));
    }
    add(panel8, cc.xy(1, 7));

    //======== panel9 ========
    {
        panel9.setOpaque(false);
        panel9.setLayout(new FormLayout(
                new ColumnSpec[] { FormFactory.DEFAULT_COLSPEC, FormFactory.LABEL_COMPONENT_GAP_COLSPEC,
                        FormFactory.DEFAULT_COLSPEC, FormFactory.LABEL_COMPONENT_GAP_COLSPEC,
                        FormFactory.DEFAULT_COLSPEC, FormFactory.LABEL_COMPONENT_GAP_COLSPEC,
                        new ColumnSpec(ColumnSpec.FILL, Sizes.DEFAULT, FormSpec.DEFAULT_GROW) },
                RowSpec.decodeSpecs("default")));

        //---- label_container3Type ----
        label_container3Type.setText("Container 3 Type");
        label_container3Type.setFont(new Font("Trebuchet MS", Font.PLAIN, 13));
        label_container3Type.addMouseListener(new MouseAdapter() {
            @Override
            public void mouseClicked(MouseEvent e) {
                label_container3TypeMouseClicked(e);
            }
        });
        ATFieldInfo.assignLabelInfo(label_container3Type, ArchDescriptionAnalogInstances.class,
                ArchDescriptionAnalogInstances.PROPERTYNAME_CONTAINER3_TYPE);
        panel9.add(label_container3Type, cc.xy(1, 1));

        //---- container3Type ----
        container3Type.setOpaque(false);
        container3Type.addFocusListener(new FocusAdapter() {
            @Override
            public void focusGained(FocusEvent e) {
                componentFocusGained(e);
            }
        });
        panel9.add(container3Type, cc.xywh(3, 1, 1, 1, CellConstraints.LEFT, CellConstraints.DEFAULT));

        //---- label_container3Indicator ----
        label_container3Indicator.setText("Container 3 Indicator");
        label_container3Indicator.setFont(new Font("Trebuchet MS", Font.PLAIN, 13));
        label_container3Indicator.addMouseListener(new MouseAdapter() {
            @Override
            public void mouseClicked(MouseEvent e) {
                label_container3AlphaMouseClicked(e);
            }
        });
        ATFieldInfo.assignLabelInfo(label_container3Indicator, ArchDescriptionAnalogInstances.class,
                ArchDescriptionAnalogInstances.PROPERTYNAME_CONTAINER3_INDICATOR);
        panel9.add(label_container3Indicator, cc.xy(5, 1));

        //---- container3Indicator ----
        container3Indicator.addFocusListener(new FocusAdapter() {
            @Override
            public void focusGained(FocusEvent e) {
                componentFocusGained(e);
            }
        });
        panel9.add(container3Indicator, cc.xywh(7, 1, 1, 1, CellConstraints.FILL, CellConstraints.DEFAULT));
    }
    add(panel9, cc.xy(1, 9));

    //======== panel14 ========
    {
        panel14.setOpaque(false);
        panel14.setLayout(new FormLayout(
                new ColumnSpec[] { FormFactory.DEFAULT_COLSPEC, FormFactory.LABEL_COMPONENT_GAP_COLSPEC,
                        new ColumnSpec(ColumnSpec.FILL, Sizes.DEFAULT, FormSpec.DEFAULT_GROW) },
                RowSpec.decodeSpecs("default")));

        //---- label_barcode ----
        label_barcode.setText("Barcode");
        label_barcode.setFont(new Font("Trebuchet MS", Font.PLAIN, 13));
        label_barcode.addMouseListener(new MouseAdapter() {
            @Override
            public void mouseClicked(MouseEvent e) {
                label_barcodeMouseClicked(e);
            }
        });
        ATFieldInfo.assignLabelInfo(label_barcode, ArchDescriptionAnalogInstances.class,
                ArchDescriptionAnalogInstances.PROPERTYNAME_BARCODE);
        panel14.add(label_barcode, cc.xywh(1, 1, 1, 1, CellConstraints.FILL, CellConstraints.DEFAULT));

        //---- barcode ----
        barcode.addFocusListener(new FocusAdapter() {
            @Override
            public void focusGained(FocusEvent e) {
                componentFocusGained(e);
            }
        });
        panel14.add(barcode, cc.xywh(3, 1, 1, 1, CellConstraints.FILL, CellConstraints.DEFAULT));
    }
    add(panel14, cc.xy(1, 11));
    // JFormDesigner - End of component initialization  //GEN-END:initComponents
}

From source file:org.archiviststoolkit.editor.rde.RdeDigitalInstance.java

License:Open Source License

private void initComponents() {
    // JFormDesigner - Component initialization - DO NOT MODIFY  //GEN-BEGIN:initComponents
    // Generated using JFormDesigner non-commercial license
    separator6 = new JSeparator();
    label1 = new JLabel();
    panel2 = new JPanel();
    label_type = new JLabel();
    objectType = ATBasicComponentFactory.createUnboundComboBox(
            LookupListUtils.getLookupListValues(DigitalObjects.class, DigitalObjects.PROPERTYNAME_OBJECT_TYPE));
    label2 = new JLabel();
    digitalObjectID = new JTextField();
    panel14 = new JPanel();
    label_title = new JLabel();
    scrollPane1 = new JScrollPane();
    title = ATBasicComponentFactory.createUnboundedTextArea();
    label_DateExpression = new JLabel();
    dateExpression = new JTextField();
    panel1 = new JPanel();
    label = new JLabel();
    label_yearBegin = new JLabel();
    yearBegin = ATBasicComponentFactory.createUnboundIntegerField(false);
    label_yearEnd = new JLabel();
    yearEnd = ATBasicComponentFactory.createUnboundIntegerField(false);
    fileVersion1 = new JPanel();
    label_fileVersion1 = new JLabel();
    panel4 = new JPanel();
    label_uri1 = new JLabel();
    uri1 = new JTextField();
    label_useStatement1 = new JLabel();
    useStatement1 = ATBasicComponentFactory.createUnboundComboBox(LookupListUtils
            .getLookupListValues(FileVersions.class, FileVersions.PROPERTYNAME_FILE_VERSIONS_USE_STATEMENT));
    panel5 = new JPanel();
    label_actuate1 = new JLabel();
    actuate1 = ATBasicComponentFactory.createUnboundComboBox(
            LookupListUtils.getLookupListValues(FileVersions.class, FileVersions.PROPERTYNAME_EAD_DAO_ACTUATE));
    label_show1 = new JLabel();
    show1 = ATBasicComponentFactory.createUnboundComboBox(
            LookupListUtils.getLookupListValues(FileVersions.class, FileVersions.PROPERTYNAME_EAD_DAO_SHOW));
    fileVersion2 = new JPanel();
    label_fileVersion2 = new JLabel();
    panel6 = new JPanel();
    label_uri2 = new JLabel();
    uri2 = new JTextField();
    label_useStatement2 = new JLabel();
    useStatement2 = ATBasicComponentFactory.createUnboundComboBox(LookupListUtils
            .getLookupListValues(FileVersions.class, FileVersions.PROPERTYNAME_FILE_VERSIONS_USE_STATEMENT));
    panel7 = new JPanel();
    label_actuate2 = new JLabel();
    actuate2 = ATBasicComponentFactory.createUnboundComboBox(
            LookupListUtils.getLookupListValues(FileVersions.class, FileVersions.PROPERTYNAME_EAD_DAO_ACTUATE));
    label_show2 = new JLabel();
    show2 = ATBasicComponentFactory.createUnboundComboBox(
            LookupListUtils.getLookupListValues(FileVersions.class, FileVersions.PROPERTYNAME_EAD_DAO_SHOW));
    CellConstraints cc = new CellConstraints();

    //======== this ========
    setBackground(new Color(200, 205, 232));
    setLayout(new FormLayout(
            new ColumnSpec[] { FormFactory.UNRELATED_GAP_COLSPEC,
                    new ColumnSpec(ColumnSpec.FILL, Sizes.DEFAULT, FormSpec.DEFAULT_GROW) },
            new RowSpec[] { FormFactory.DEFAULT_ROWSPEC, FormFactory.LINE_GAP_ROWSPEC,
                    FormFactory.DEFAULT_ROWSPEC, FormFactory.LINE_GAP_ROWSPEC, FormFactory.DEFAULT_ROWSPEC,
                    FormFactory.LINE_GAP_ROWSPEC, FormFactory.DEFAULT_ROWSPEC, FormFactory.LINE_GAP_ROWSPEC,
                    FormFactory.DEFAULT_ROWSPEC, FormFactory.LINE_GAP_ROWSPEC, FormFactory.DEFAULT_ROWSPEC }));

    //---- separator6 ----
    separator6.setBackground(new Color(220, 220, 232));
    separator6.setForeground(new Color(147, 131, 86));
    separator6.setMinimumSize(new Dimension(1, 10));
    separator6.setFont(new Font("Trebuchet MS", Font.PLAIN, 13));
    add(separator6, cc.xywh(1, 1, 2, 1));

    //---- label1 ----
    label1.setText("Digital Instance");
    add(label1, cc.xywh(1, 3, 2, 1));//w  ww . j  a  v a 2  s  .co m

    //======== panel2 ========
    {
        panel2.setBackground(new Color(200, 205, 232));
        panel2.setLayout(new FormLayout(
                new ColumnSpec[] { FormFactory.DEFAULT_COLSPEC, FormFactory.LABEL_COMPONENT_GAP_COLSPEC,
                        FormFactory.DEFAULT_COLSPEC, FormFactory.LABEL_COMPONENT_GAP_COLSPEC,
                        FormFactory.DEFAULT_COLSPEC, FormFactory.LABEL_COMPONENT_GAP_COLSPEC,
                        new ColumnSpec(ColumnSpec.FILL, Sizes.DEFAULT, FormSpec.DEFAULT_GROW) },
                RowSpec.decodeSpecs("default")));

        //---- label_type ----
        label_type.setText("Object Type");
        label_type.addMouseListener(new MouseAdapter() {
            @Override
            public void mouseClicked(MouseEvent e) {
                label_typeMouseClicked(e);
            }
        });
        panel2.add(label_type, cc.xy(1, 1));

        //---- objectType ----
        objectType.addFocusListener(new FocusAdapter() {
            @Override
            public void focusGained(FocusEvent e) {
                componentFocusGained(e);
            }
        });
        panel2.add(objectType, cc.xy(3, 1));

        //---- label2 ----
        label2.setText("Digital Object ID");
        panel2.add(label2, cc.xy(5, 1));
        panel2.add(digitalObjectID, cc.xy(7, 1));
    }
    add(panel2, cc.xy(2, 5));

    //======== panel14 ========
    {
        panel14.setOpaque(false);
        panel14.setBackground(new Color(238, 238, 238));
        panel14.setLayout(new FormLayout(
                new ColumnSpec[] { FormFactory.DEFAULT_COLSPEC, FormFactory.LABEL_COMPONENT_GAP_COLSPEC,
                        new ColumnSpec(ColumnSpec.FILL, Sizes.DEFAULT, FormSpec.DEFAULT_GROW) },
                new RowSpec[] { new RowSpec(RowSpec.TOP, Sizes.DEFAULT, FormSpec.NO_GROW),
                        FormFactory.LINE_GAP_ROWSPEC, FormFactory.DEFAULT_ROWSPEC, FormFactory.LINE_GAP_ROWSPEC,
                        FormFactory.DEFAULT_ROWSPEC }));

        //---- label_title ----
        label_title.setText("Title");
        label_title.setFont(new Font("Trebuchet MS", Font.PLAIN, 13));
        label_title.addMouseListener(new MouseAdapter() {
            @Override
            public void mouseClicked(MouseEvent e) {
                label_titleMouseClicked(e);
            }
        });
        ATFieldInfo.assignLabelInfo(label_title, DigitalObjects.class, DigitalObjects.PROPERTYNAME_TITLE);
        panel14.add(label_title, cc.xy(1, 1));

        //======== scrollPane1 ========
        {

            //---- title ----
            title.setRows(4);
            title.setWrapStyleWord(true);
            title.setLineWrap(true);
            title.addFocusListener(new FocusAdapter() {
                @Override
                public void focusGained(FocusEvent e) {
                    componentFocusGained(e);
                }
            });
            scrollPane1.setViewportView(title);
        }
        panel14.add(scrollPane1, cc.xy(3, 1));

        //---- label_DateExpression ----
        label_DateExpression.setText("Date Expression");
        label_DateExpression.setFont(new Font("Trebuchet MS", Font.PLAIN, 13));
        label_DateExpression.addMouseListener(new MouseAdapter() {
            @Override
            public void mouseClicked(MouseEvent e) {
                label_dateExpressionMouseClicked(e);
            }
        });
        ATFieldInfo.assignLabelInfo(label_DateExpression, DigitalObjects.class,
                DigitalObjects.PROPERTYNAME_DATE_EXPRESSION);
        panel14.add(label_DateExpression, cc.xy(1, 3));

        //---- dateExpression ----
        dateExpression.addFocusListener(new FocusAdapter() {
            @Override
            public void focusGained(FocusEvent e) {
                componentFocusGained(e);
            }
        });
        panel14.add(dateExpression, cc.xywh(3, 3, 1, 1, CellConstraints.FILL, CellConstraints.DEFAULT));

        //======== panel1 ========
        {
            panel1.setOpaque(false);
            panel1.setLayout(
                    new FormLayout(
                            new ColumnSpec[] { FormFactory.DEFAULT_COLSPEC,
                                    FormFactory.LABEL_COMPONENT_GAP_COLSPEC, FormFactory.DEFAULT_COLSPEC,
                                    FormFactory.LABEL_COMPONENT_GAP_COLSPEC, FormFactory.DEFAULT_COLSPEC,
                                    FormFactory.LABEL_COMPONENT_GAP_COLSPEC, FormFactory.DEFAULT_COLSPEC,
                                    FormFactory.LABEL_COMPONENT_GAP_COLSPEC, FormFactory.DEFAULT_COLSPEC },
                            RowSpec.decodeSpecs("default")));

            //---- label ----
            label.setText("Date");
            panel1.add(label, cc.xy(1, 1));

            //---- label_yearBegin ----
            label_yearBegin.setText("Begin");
            label_yearBegin.setFont(new Font("Trebuchet MS", Font.PLAIN, 13));
            label_yearBegin.addMouseListener(new MouseAdapter() {
                @Override
                public void mouseClicked(MouseEvent e) {
                    label_yearBeginMouseClicked(e);
                }
            });
            panel1.add(label_yearBegin, cc.xy(3, 1));

            //---- yearBegin ----
            yearBegin.setColumns(5);
            yearBegin.addFocusListener(new FocusAdapter() {
                @Override
                public void focusGained(FocusEvent e) {
                    yearBeginFocusGained(e);
                }
            });
            panel1.add(yearBegin, cc.xy(5, 1));

            //---- label_yearEnd ----
            label_yearEnd.setText("End");
            label_yearEnd.setFont(new Font("Trebuchet MS", Font.PLAIN, 13));
            label_yearEnd.addMouseListener(new MouseAdapter() {
                @Override
                public void mouseClicked(MouseEvent e) {
                    label_yearEndMouseClicked(e);
                }
            });
            panel1.add(label_yearEnd, cc.xy(7, 1));

            //---- yearEnd ----
            yearEnd.setColumns(5);
            yearEnd.addFocusListener(new FocusAdapter() {
                @Override
                public void focusGained(FocusEvent e) {
                    yearEndFocusGained(e);
                }
            });
            panel1.add(yearEnd, cc.xy(9, 1));
        }
        panel14.add(panel1, cc.xywh(1, 5, 3, 1));
    }
    add(panel14, cc.xy(2, 7));

    //======== fileVersion1 ========
    {
        fileVersion1.setOpaque(false);
        fileVersion1.setLayout(new FormLayout(ColumnSpec.decodeSpecs("default:grow"), new RowSpec[] {
                FormFactory.DEFAULT_ROWSPEC, FormFactory.LINE_GAP_ROWSPEC, FormFactory.DEFAULT_ROWSPEC }));

        //---- label_fileVersion1 ----
        label_fileVersion1.setText("File Version 1");
        label_fileVersion1.setFont(new Font("Trebuchet MS", Font.PLAIN, 13));
        fileVersion1.add(label_fileVersion1,
                cc.xywh(1, 1, 1, 1, CellConstraints.FILL, CellConstraints.DEFAULT));

        //======== panel4 ========
        {
            panel4.setOpaque(false);
            panel4.setLayout(new FormLayout(
                    new ColumnSpec[] { FormFactory.UNRELATED_GAP_COLSPEC,
                            FormFactory.LABEL_COMPONENT_GAP_COLSPEC, FormFactory.DEFAULT_COLSPEC,
                            FormFactory.LABEL_COMPONENT_GAP_COLSPEC,
                            new ColumnSpec(ColumnSpec.FILL, Sizes.DEFAULT, FormSpec.DEFAULT_GROW) },
                    new RowSpec[] { FormFactory.DEFAULT_ROWSPEC, FormFactory.LINE_GAP_ROWSPEC,
                            FormFactory.DEFAULT_ROWSPEC, FormFactory.LINE_GAP_ROWSPEC,
                            FormFactory.DEFAULT_ROWSPEC }));

            //---- label_uri1 ----
            label_uri1.setText("URI");
            label_uri1.setFont(new Font("Trebuchet MS", Font.PLAIN, 13));
            label_uri1.addMouseListener(new MouseAdapter() {
                @Override
                public void mouseClicked(MouseEvent e) {
                    label_uri1MouseClicked(e);
                }
            });
            ATFieldInfo.assignLabelInfo(label_uri1, FileVersions.class,
                    FileVersions.PROPERTYNAME_FILE_VERSIONS_URI);
            panel4.add(label_uri1, cc.xy(3, 1));

            //---- uri1 ----
            uri1.addFocusListener(new FocusAdapter() {
                @Override
                public void focusGained(FocusEvent e) {
                    componentFocusGained(e);
                }
            });
            panel4.add(uri1, cc.xywh(5, 1, 1, 1, CellConstraints.FILL, CellConstraints.DEFAULT));

            //---- label_useStatement1 ----
            label_useStatement1.setText("Use Statement");
            label_useStatement1.setFont(new Font("Trebuchet MS", Font.PLAIN, 13));
            label_useStatement1.addMouseListener(new MouseAdapter() {
                @Override
                public void mouseClicked(MouseEvent e) {
                    label_useStatement1MouseClicked(e);
                }
            });
            ATFieldInfo.assignLabelInfo(label_useStatement1, FileVersions.class,
                    FileVersions.PROPERTYNAME_FILE_VERSIONS_USE_STATEMENT);
            panel4.add(label_useStatement1, cc.xy(3, 3));

            //---- useStatement1 ----
            useStatement1.setOpaque(false);
            useStatement1.addFocusListener(new FocusAdapter() {
                @Override
                public void focusGained(FocusEvent e) {
                    componentFocusGained(e);
                }
            });
            panel4.add(useStatement1, cc.xywh(5, 3, 1, 1, CellConstraints.LEFT, CellConstraints.DEFAULT));

            //======== panel5 ========
            {
                panel5.setOpaque(false);
                panel5.setLayout(
                        new FormLayout(
                                new ColumnSpec[] { FormFactory.DEFAULT_COLSPEC,
                                        FormFactory.LABEL_COMPONENT_GAP_COLSPEC, FormFactory.DEFAULT_COLSPEC,
                                        FormFactory.LABEL_COMPONENT_GAP_COLSPEC, FormFactory.DEFAULT_COLSPEC,
                                        FormFactory.LABEL_COMPONENT_GAP_COLSPEC, FormFactory.DEFAULT_COLSPEC },
                                RowSpec.decodeSpecs("default")));

                //---- label_actuate1 ----
                label_actuate1.setText("EAD DAO Actuate");
                label_actuate1.setFont(new Font("Trebuchet MS", Font.PLAIN, 13));
                label_actuate1.addMouseListener(new MouseAdapter() {
                    @Override
                    public void mouseClicked(MouseEvent e) {
                        label_actuate1MouseClicked(e);
                    }
                });
                ATFieldInfo.assignLabelInfo(label_actuate1, FileVersions.class,
                        FileVersions.PROPERTYNAME_EAD_DAO_ACTUATE);
                panel5.add(label_actuate1, cc.xy(1, 1));

                //---- actuate1 ----
                actuate1.setOpaque(false);
                actuate1.addFocusListener(new FocusAdapter() {
                    @Override
                    public void focusGained(FocusEvent e) {
                        componentFocusGained(e);
                    }
                });
                panel5.add(actuate1, cc.xywh(3, 1, 1, 1, CellConstraints.LEFT, CellConstraints.DEFAULT));

                //---- label_show1 ----
                label_show1.setText("EAD DAO Show");
                label_show1.setFont(new Font("Trebuchet MS", Font.PLAIN, 13));
                label_show1.addMouseListener(new MouseAdapter() {
                    @Override
                    public void mouseClicked(MouseEvent e) {
                        label_show1MouseClicked(e);
                    }
                });
                ATFieldInfo.assignLabelInfo(label_show1, FileVersions.class,
                        FileVersions.PROPERTYNAME_EAD_DAO_SHOW);
                panel5.add(label_show1, cc.xy(5, 1));

                //---- show1 ----
                show1.setOpaque(false);
                show1.addFocusListener(new FocusAdapter() {
                    @Override
                    public void focusGained(FocusEvent e) {
                        componentFocusGained(e);
                    }
                });
                panel5.add(show1, cc.xywh(7, 1, 1, 1, CellConstraints.LEFT, CellConstraints.DEFAULT));
            }
            panel4.add(panel5, cc.xywh(3, 5, 3, 1));
        }
        fileVersion1.add(panel4, cc.xy(1, 3));
    }
    add(fileVersion1, cc.xy(2, 9));

    //======== fileVersion2 ========
    {
        fileVersion2.setOpaque(false);
        fileVersion2.setLayout(new FormLayout(ColumnSpec.decodeSpecs("default:grow"), new RowSpec[] {
                FormFactory.DEFAULT_ROWSPEC, FormFactory.LINE_GAP_ROWSPEC, FormFactory.DEFAULT_ROWSPEC }));

        //---- label_fileVersion2 ----
        label_fileVersion2.setText("File Version 2");
        label_fileVersion2.setFont(new Font("Trebuchet MS", Font.PLAIN, 13));
        fileVersion2.add(label_fileVersion2,
                cc.xywh(1, 1, 1, 1, CellConstraints.FILL, CellConstraints.DEFAULT));

        //======== panel6 ========
        {
            panel6.setOpaque(false);
            panel6.setLayout(new FormLayout(
                    new ColumnSpec[] { FormFactory.UNRELATED_GAP_COLSPEC,
                            FormFactory.LABEL_COMPONENT_GAP_COLSPEC, FormFactory.DEFAULT_COLSPEC,
                            FormFactory.LABEL_COMPONENT_GAP_COLSPEC,
                            new ColumnSpec(ColumnSpec.FILL, Sizes.DEFAULT, FormSpec.DEFAULT_GROW) },
                    new RowSpec[] { FormFactory.DEFAULT_ROWSPEC, FormFactory.LINE_GAP_ROWSPEC,
                            FormFactory.DEFAULT_ROWSPEC, FormFactory.LINE_GAP_ROWSPEC,
                            FormFactory.DEFAULT_ROWSPEC }));

            //---- label_uri2 ----
            label_uri2.setText("URI");
            label_uri2.setFont(new Font("Trebuchet MS", Font.PLAIN, 13));
            label_uri2.addMouseListener(new MouseAdapter() {
                @Override
                public void mouseClicked(MouseEvent e) {
                    label_uri2MouseClicked(e);
                }
            });
            ATFieldInfo.assignLabelInfo(label_uri2, FileVersions.class,
                    FileVersions.PROPERTYNAME_FILE_VERSIONS_URI);
            panel6.add(label_uri2, cc.xy(3, 1));

            //---- uri2 ----
            uri2.addFocusListener(new FocusAdapter() {
                @Override
                public void focusGained(FocusEvent e) {
                    componentFocusGained(e);
                }
            });
            panel6.add(uri2, cc.xywh(5, 1, 1, 1, CellConstraints.FILL, CellConstraints.DEFAULT));

            //---- label_useStatement2 ----
            label_useStatement2.setText("Use Statement");
            label_useStatement2.setFont(new Font("Trebuchet MS", Font.PLAIN, 13));
            label_useStatement2.addMouseListener(new MouseAdapter() {
                @Override
                public void mouseClicked(MouseEvent e) {
                    label_useStatement2MouseClicked(e);
                }
            });
            ATFieldInfo.assignLabelInfo(label_useStatement2, FileVersions.class,
                    FileVersions.PROPERTYNAME_FILE_VERSIONS_USE_STATEMENT);
            panel6.add(label_useStatement2, cc.xy(3, 3));

            //---- useStatement2 ----
            useStatement2.setOpaque(false);
            useStatement2.addFocusListener(new FocusAdapter() {
                @Override
                public void focusGained(FocusEvent e) {
                    componentFocusGained(e);
                }
            });
            panel6.add(useStatement2, cc.xywh(5, 3, 1, 1, CellConstraints.LEFT, CellConstraints.DEFAULT));

            //======== panel7 ========
            {
                panel7.setOpaque(false);
                panel7.setLayout(
                        new FormLayout(
                                new ColumnSpec[] { FormFactory.DEFAULT_COLSPEC,
                                        FormFactory.LABEL_COMPONENT_GAP_COLSPEC, FormFactory.DEFAULT_COLSPEC,
                                        FormFactory.LABEL_COMPONENT_GAP_COLSPEC, FormFactory.DEFAULT_COLSPEC,
                                        FormFactory.LABEL_COMPONENT_GAP_COLSPEC, FormFactory.DEFAULT_COLSPEC },
                                RowSpec.decodeSpecs("default")));

                //---- label_actuate2 ----
                label_actuate2.setText("EAD DAO Actuate");
                label_actuate2.setFont(new Font("Trebuchet MS", Font.PLAIN, 13));
                label_actuate2.addMouseListener(new MouseAdapter() {
                    @Override
                    public void mouseClicked(MouseEvent e) {
                        label_actuate2MouseClicked(e);
                    }
                });
                ATFieldInfo.assignLabelInfo(label_actuate2, FileVersions.class,
                        FileVersions.PROPERTYNAME_EAD_DAO_ACTUATE);
                panel7.add(label_actuate2, cc.xy(1, 1));

                //---- actuate2 ----
                actuate2.setOpaque(false);
                actuate2.addFocusListener(new FocusAdapter() {
                    @Override
                    public void focusGained(FocusEvent e) {
                        componentFocusGained(e);
                    }
                });
                panel7.add(actuate2, cc.xywh(3, 1, 1, 1, CellConstraints.LEFT, CellConstraints.DEFAULT));

                //---- label_show2 ----
                label_show2.setText("EAD DAO Show");
                label_show2.setFont(new Font("Trebuchet MS", Font.PLAIN, 13));
                label_show2.addMouseListener(new MouseAdapter() {
                    @Override
                    public void mouseClicked(MouseEvent e) {
                        label_show2MouseClicked(e);
                    }
                });
                ATFieldInfo.assignLabelInfo(label_show2, FileVersions.class,
                        FileVersions.PROPERTYNAME_EAD_DAO_SHOW);
                panel7.add(label_show2, cc.xy(5, 1));

                //---- show2 ----
                show2.setOpaque(false);
                show2.addFocusListener(new FocusAdapter() {
                    @Override
                    public void focusGained(FocusEvent e) {
                        componentFocusGained(e);
                    }
                });
                panel7.add(show2, cc.xywh(7, 1, 1, 1, CellConstraints.LEFT, CellConstraints.DEFAULT));
            }
            panel6.add(panel7, cc.xywh(3, 5, 3, 1));
        }
        fileVersion2.add(panel6, cc.xy(1, 3));
    }
    add(fileVersion2, cc.xy(2, 11));
    // JFormDesigner - End of component initialization  //GEN-END:initComponents
}

From source file:org.archiviststoolkit.editor.rde.RdeDropDownList.java

License:Open Source License

private void initComponents() {
    // JFormDesigner - Component initialization - DO NOT MODIFY  //GEN-BEGIN:initComponents
    // Generated using JFormDesigner non-commercial license
    separator3 = new JSeparator();
    label = new JLabel();
    comboBox = new JComboBox();
    CellConstraints cc = new CellConstraints();

    //======== this ========
    setBackground(new Color(200, 205, 232));
    setLayout(new FormLayout(
            new ColumnSpec[] { FormFactory.DEFAULT_COLSPEC, FormFactory.LABEL_COMPONENT_GAP_COLSPEC,
                    new ColumnSpec(ColumnSpec.FILL, Sizes.DEFAULT, FormSpec.DEFAULT_GROW) },
            new RowSpec[] { new RowSpec(RowSpec.FILL, Sizes.DEFAULT, FormSpec.NO_GROW),
                    FormFactory.LINE_GAP_ROWSPEC, FormFactory.DEFAULT_ROWSPEC }));

    //---- separator3 ----
    separator3.setBackground(new Color(220, 220, 232));
    separator3.setForeground(new Color(147, 131, 86));
    separator3.setFont(new Font("Trebuchet MS", Font.PLAIN, 13));
    add(separator3, cc.xywh(1, 1, 3, 1));

    //---- label ----
    label.setText("Label");
    label.addMouseListener(new MouseAdapter() {
        @Override/*ww  w  .ja  v  a 2  s  .c  o  m*/
        public void mouseClicked(MouseEvent e) {
            labelMouseClicked(e);
        }
    });
    add(label, cc.xy(1, 3));

    //---- comboBox ----
    comboBox.addFocusListener(new FocusAdapter() {
        @Override
        public void focusGained(FocusEvent e) {
            comboBoxFocusGained(e);
        }
    });
    add(comboBox, cc.xywh(3, 3, 1, 1, CellConstraints.LEFT, CellConstraints.DEFAULT));
    // JFormDesigner - End of component initialization  //GEN-END:initComponents
}

From source file:org.archiviststoolkit.editor.rde.RdeExtentFields.java

License:Open Source License

private void initComponents() {
    // JFormDesigner - Component initialization - DO NOT MODIFY  //GEN-BEGIN:initComponents
    // Generated using JFormDesigner non-commercial license
    separator3 = new JSeparator();
    label_extentNumber = new JLabel();
    extentNumber = ATBasicComponentFactory.createUnboundDoubleField();
    label_extentMeasurement = new JLabel();
    extentMeasurement = new JComboBox();
    CellConstraints cc = new CellConstraints();

    //======== this ========
    setBackground(new Color(200, 205, 232));
    setLayout(new FormLayout(
            new ColumnSpec[] { new ColumnSpec(ColumnSpec.LEFT, Sizes.DEFAULT, FormSpec.NO_GROW),
                    FormFactory.LABEL_COMPONENT_GAP_COLSPEC, FormFactory.DEFAULT_COLSPEC,
                    FormFactory.LABEL_COMPONENT_GAP_COLSPEC, FormFactory.DEFAULT_COLSPEC,
                    FormFactory.LABEL_COMPONENT_GAP_COLSPEC, FormFactory.DEFAULT_COLSPEC,
                    FormFactory.LABEL_COMPONENT_GAP_COLSPEC,
                    new ColumnSpec(ColumnSpec.FILL, Sizes.DEFAULT, FormSpec.DEFAULT_GROW) },
            new RowSpec[] { FormFactory.DEFAULT_ROWSPEC, FormFactory.LINE_GAP_ROWSPEC,
                    FormFactory.DEFAULT_ROWSPEC }));

    //---- separator3 ----
    separator3.setBackground(new Color(220, 220, 232));
    separator3.setForeground(new Color(147, 131, 86));
    separator3.setFont(new Font("Trebuchet MS", Font.PLAIN, 13));
    add(separator3, cc.xywh(1, 1, 9, 1));

    //---- label_extentNumber ----
    label_extentNumber.setText("Extent Number");
    label_extentNumber.addMouseListener(new MouseAdapter() {
        @Override/*from ww  w  .j av  a  2s .com*/
        public void mouseClicked(MouseEvent e) {
            label_extentNumberMouseClicked(e);
        }
    });
    add(label_extentNumber, cc.xy(1, 3));

    //---- extentNumber ----
    extentNumber.setColumns(5);
    extentNumber.addFocusListener(new FocusAdapter() {
        @Override
        public void focusGained(FocusEvent e) {
            extentNumberFocusGained(e);
        }
    });
    add(extentNumber, cc.xywh(3, 3, 1, 1, CellConstraints.LEFT, CellConstraints.DEFAULT));

    //---- label_extentMeasurement ----
    label_extentMeasurement.setText("Extent Measurement");
    label_extentMeasurement.addMouseListener(new MouseAdapter() {
        @Override
        public void mouseClicked(MouseEvent e) {
            label_extentMeasurementMouseClicked(e);
        }
    });
    add(label_extentMeasurement, cc.xy(5, 3));

    //---- extentMeasurement ----
    extentMeasurement.addFocusListener(new FocusAdapter() {
        @Override
        public void focusGained(FocusEvent e) {
            extentMeasurementFocusGained(e);
        }
    });
    add(extentMeasurement, cc.xywh(7, 3, 1, 1, CellConstraints.LEFT, CellConstraints.DEFAULT));
    // JFormDesigner - End of component initialization  //GEN-END:initComponents
}