Package bnGUI.venn.gui

Examples of bnGUI.venn.gui.ExcelAdapter


                        }
                    }
                }
                );       
       
        excelAdapter = new ExcelAdapter(categoryTable);

    catSplit = new JSplitPane(JSplitPane.VERTICAL_SPLIT,  
        new JScrollPane(categoryTable),
        new JScrollPane(selectionInfo) );
    catSplit.setDividerLocation(170);
View Full Code Here

TOP

Related Classes of bnGUI.venn.gui.ExcelAdapter

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.