Package com.antlersoft.query.environment.ui

Examples of com.antlersoft.query.environment.ui.HistoryList


        queryArea=new JTextArea( 2, 60);
        JScrollPane queryScroll=new JScrollPane( queryArea);
        buttonDimension.height*=2;
        buttonDimension.width*=3;
        queryScroll.setMinimumSize( buttonDimension);
        historyList=new HistoryList( queryArea);
        storedValuesList=new StoredValuesList( analyzer.qp);
        JScrollPane historyScroll=new JScrollPane( historyList);
        storedArea=new JScrollPane( storedValuesList);
        Box buttonBox=Box.createVerticalBox();
        buttonBox.add( queryButton);
View Full Code Here

TOP

Related Classes of com.antlersoft.query.environment.ui.HistoryList

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.