Package org.geoforge.guillc.panel

Source Code of org.geoforge.guillc.panel.PnlConfirmDlgLblAbs

/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package org.geoforge.guillc.panel;

import org.geoforge.guillc.label.GfrLbl;

/**
*
* @author bantchao
*/
abstract public class PnlConfirmDlgLblAbs extends PnlConfirmDlgAbs
{
    protected PnlConfirmDlgLblAbs(String strWhat)
    {
        super();
       
        super._cmpText = new GfrLbl(strWhat);
    }
}
TOP

Related Classes of org.geoforge.guillc.panel.PnlConfirmDlgLblAbs

TOP
Copyright © 2018 www.massapi.com. 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.