Examples of YEventCodeList


Examples of de.yaams.extensions.rgssproject.map.nevent.core.YEventCodeList

      }
    }

    // build gui
    right = new JPanel(new GridLayout(1, 1));
    this.list = new YEventCodeList(codes, this);

    add(YFactory.createHorizontPanel(this.list, right, "event.command"));
  }
View Full Code Here
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.