form.addElement("graphic.graphic", new FormGraphEle(I18N.t("Graphic"), project, RTP.ANIMATION, act, "@animation_name",
"@animation_hue"));
// build panel
form.addHeader("animation", new FormHeader(I18N.t("Animationsoptionen"), "animation").setSorting(1).setColumn(2));
form.addElement("animation.timing", new FormAnimationTimingList(getProject(), act.getInstanceVariable("@timings")));
// build panel
form.addHeader("unsupported", new FormHeader(I18N.t("Nicht unterstützt"), "error").setColumn(4).setCollapsed(true));
form.addElement("unsupported.frames", RubyForm.getError("Frames", "@frames", act));
form.addElement("unsupported.max", RubyForm.getError("Frames Max", "@frame_max", act));