Package de.yaams.extensions.rgssproject.database

Examples of de.yaams.extensions.rgssproject.database.GList


  /**
   * Build the gui
   */
  @Override
  protected void buildGui() {
    list = new GList(this, getTitle(), getIcon());
    gContent = new JPanel(new GridLayout(1, 1));
    super.buildGui();

    buildEmptyView();
  }
View Full Code Here

TOP

Related Classes of de.yaams.extensions.rgssproject.database.GList

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.