Package xgenerator.ui.swing.model

Examples of xgenerator.ui.swing.model.EncodingComboBoxModel


    this.modelDescriptionField = new JTextField();
    this.modelDescriptionField.setPreferredSize(new Dimension(200, 20));
    metadataInfoPanel.add(this.modelDescriptionField);
   
    metadataInfoPanel.add(new JLabel("编码:"));
    this.encodingComboBox = new JComboBox(new EncodingComboBoxModel());
    metadataInfoPanel.add(this.encodingComboBox);
   
    return metadataInfoPanel;
  }
View Full Code Here

TOP

Related Classes of xgenerator.ui.swing.model.EncodingComboBoxModel

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.