Package fr.soleil.comete.bean.datarecorder.history.utils

Examples of fr.soleil.comete.bean.datarecorder.history.utils.HistoryViewer


        layoutComponents();
    }

    // components initialization
    private void initComponents() {
        historyViewer = new HistoryViewer();
        historyViewer.setReversed(true);
        historyScrollPane = new JScrollPane(historyViewer);
        clearHistoryButton = generateStringButton();
        clearHistoryButton.setText("not connected");
        stringBox.setSettable(clearHistoryButton, false);
View Full Code Here


        layoutComponents();
    }

    // components initialization
    private void initComponents() {
        historyViewer = new HistoryViewer();
        historyViewer.addTextComponentListener(this);
        historyScrollPane = new JScrollPane((JComponent) historyViewer.getComponent());
        historyScrollPane.getVerticalScrollBar().addAdjustmentListener(this);
        clearHistoryButton = generateStringButton();
        clearHistoryButton.setText("not connected");
View Full Code Here

TOP

Related Classes of fr.soleil.comete.bean.datarecorder.history.utils.HistoryViewer

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.