Package bs.bs2d.gui.views

Examples of bs.bs2d.gui.views.GCodeView


        views[0] = new MeshView();
        views[1] = new LoadcaseView();
        views[2] = new ResultView();
        views[3] = new ResultProcessingView();
        views[4] = new InfillAreaView();
        views[5] = new GCodeView();
       
       
        // pass on busyStateListener so each view can invoke buys state
        bsl = new BusyStateListener() {
View Full Code Here

TOP

Related Classes of bs.bs2d.gui.views.GCodeView

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.