Package versusSNP.gui

Examples of versusSNP.gui.ChoosePanel


  public VersusSNP() {
    super(UICaption.mainframe_title);
    menu = new Menu(this);
    document = new Document(menu);
    choosePanel = new ChoosePanel(this);
    seqPanel = new SeqPanel();
    tabbedPane = new TabbedPane(document);
    addComponentListener(new ComponentAdapter(){
      @Override
      public void componentResized(ComponentEvent e) {
View Full Code Here

TOP

Related Classes of versusSNP.gui.ChoosePanel

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.