Package ImgBlockClass

Examples of ImgBlockClass.ImgBlock


    /**
     * Creates new form MainGUI
     */
    public MainGUI() {
        initComponents();
        iBlock = new  ImgBlock(jLabel2, jLabel3, jLabel4);
        retS = new JLabel()
        jLabel2.add(retS)// add region selection rectangle to img label
        retS.setVisible(false)// hide till user drags mouse
       
        // Setup all labels for initial log function display
View Full Code Here

TOP

Related Classes of ImgBlockClass.ImgBlock

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.