package icons; import com.intellij.openapi.util.IconLoader; import javax.swing.*; /** * NOTE THIS FILE IS AUTO-GENERATED * DO NOT EDIT IT BY HAND, run build/scripts/icons.gant instead */ public class Struts2Icons { private static Icon load(String path) { return IconLoader.getIcon(path, Struts2Icons.class); } public static final Icon Action = load("/resources/icons/action.png"); // 16x16 public static final Icon Action_small = load("/resources/icons/action_small.png"); // 10x10 public static final Icon Edit_small = load("/resources/icons/edit_small.png"); // 10x10 }