Package org.openpnp.gui.components

Examples of org.openpnp.gui.components.CameraPanel


    setBounds(prefs.getInt(PREF_WINDOW_X, PREF_WINDOW_X_DEF),
        prefs.getInt(PREF_WINDOW_Y, PREF_WINDOW_Y_DEF),
        prefs.getInt(PREF_WINDOW_WIDTH, PREF_WINDOW_WIDTH_DEF),
        prefs.getInt(PREF_WINDOW_HEIGHT, PREF_WINDOW_HEIGHT_DEF));

    cameraPanel = new CameraPanel();
    machineControlsPanel = new MachineControlsPanel(configuration, this,
        cameraPanel);
    machinePanel = new MachinePanel();
    jobPanel = new JobPanel(configuration, this, machineControlsPanel);
    partsPanel = new PartsPanel(configuration, this);
View Full Code Here

TOP

Related Classes of org.openpnp.gui.components.CameraPanel

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.