Package versusSNP.util.swing

Examples of versusSNP.util.swing.ArrayListComboBoxModel


  private JTextPane txtSeq;
  private ORF selectedORF;

  public TrimSequenceDialog(Document document) {
    super();
    selector1 = new JComboBox(new ArrayListComboBoxModel(document.getGenomes()));
    selector2 = new JORFComboBox();
    panel1 = new JPanel(new GridLayout(2,2));
    panel2 = new JPanel(new GridLayout(1,1));
    txtBegin = new JTextField();
    txtEnd = new JTextField();
View Full Code Here

TOP

Related Classes of versusSNP.util.swing.ArrayListComboBoxModel

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.