Package fr.soleil.lib.project.swing.panel

Examples of fr.soleil.lib.project.swing.panel.LogPanel


        group2Field1 = new BufferedLabel();
        group2Field2 = new BufferedLabel();
        rightPanel.add(group2Field1);
        rightPanel.add(group2Field2);

        logPanel = new LogPanel();
        logger.addHandler(logPanel.getHandler());

        JSplitPane horizontalSplit = new JSplitPane(JSplitPane.HORIZONTAL_SPLIT);
        horizontalSplit.setLeftComponent(leftPanel);
        horizontalSplit.setRightComponent(new JScrollPane(rightPanel));
View Full Code Here

TOP

Related Classes of fr.soleil.lib.project.swing.panel.LogPanel

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.