Package fr.dz.paint.panel

Examples of fr.dz.paint.panel.LogPanel


        //mise en place du panel
        setLayout(new BorderLayout());
        SVGPanel = new SvgPanel(b);
        JScrollPane jspSvg= new JScrollPane(SVGPanel);
       
        LogPanel = new LogPanel(f.getCanonicalPath());
        //JScrollPane jspLog= new JScrollPane(LogPanel);
       
        add(jspSvg,BorderLayout.CENTER);
        nameFile.setText(f.getName());
View Full Code Here

TOP

Related Classes of fr.dz.paint.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.