Package de.yaams.extensions.rgssproject.database.form

Examples of de.yaams.extensions.rgssproject.database.form.FormColor


    f.addElement("basic.se", new FormMusicEle(I18N.t("Soundeffekt"), project, RTP.SE, r.getInstanceVariable("@se")));
    f.addElement(
        "basic.scope",
        RubyForm.getComboBoxNum(I18N.t("Flash Scope"), JavaHelper.numAry(3), new String[] { "None", "target", "screen",
            "delete target" }, r, "@flash_scope"));
    f.addElement("basic.color", new FormColor(I18N.t("Flash Color"), r.getInstanceVariable("@flash_color")));
    f.addElement("basic.duration", RubyForm.getNumber(I18N.t("Flash duration"), r, "@frame"));
    f.addElement("basic.effect", RubyForm.getComboBoxNum(I18N.t("Condition of the effect"), JavaHelper.numAry(3), new String[] { "None",
        "Hit", "Miss" }, r, "@flash_scope"));

  }
View Full Code Here


    f.addElement("basic.se", new FormMusicEle(I18N.t("Soundeffekt"), project, RTP.SE, r.getInstanceVariable("@se")));
    f.addElement(
        "basic.scope",
        RubyForm.getComboBoxNum(I18N.t("Flash Scope"), JavaHelper.numAry(3), new String[] { "None", "target", "screen",
            "delete target" }, r, "@flash_scope"));
    f.addElement("basic.color", new FormColor(I18N.t("Flash Color"), r.getInstanceVariable("@flash_color")));
    f.addElement("basic.duration", RubyForm.getNumber(I18N.t("Flash duration"), r, "@frame"));
    f.addElement("basic.effect", RubyForm.getComboBoxNum(I18N.t("Condition of the effect"), JavaHelper.numAry(3), new String[] { "None",
        "Hit", "Miss" }, r, "@flash_scope"));

    // f.addHeader("kind", new FormHeader("Actiontyp", icon))
View Full Code Here

TOP

Related Classes of de.yaams.extensions.rgssproject.database.form.FormColor

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.