Package org.geoforge.guillc.list

Examples of org.geoforge.guillc.list.GfrLst


            this._dlm_ = new DefaultListModel();

    this._speList = new JScrollPane(JScrollPane.VERTICAL_SCROLLBAR_AS_NEEDED,
        JScrollPane.HORIZONTAL_SCROLLBAR_AS_NEEDED);

    this._lstBox_ = new GfrLst();

    // --

    if (lsl != null)
        this._lstBox_.addListSelectionListener(lsl);
View Full Code Here


   {
      super(
              strWhat,
              80);

      this._lstContent_ = new GfrLst(strs);
      this._scr_ = new GfrScr(this._lstContent_);
      this._strsItems_ = strs;
   }
View Full Code Here

TOP

Related Classes of org.geoforge.guillc.list.GfrLst

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.