01: package org.osbl.inventory.gui;
02:
03: import org.osbl.client.wings.XIcons;
04: import org.wings.SIcon;
05: import org.wings.SURLIcon;
06:
07: public class InventoryIcons extends XIcons {
08: public static final SIcon COST_TYPE_HIERARCHY = new SURLIcon(
09: "../icon/16x16/costtype_hierarchy.png", 16, 16);
10: public static final SIcon COST_TYPE = new SURLIcon(
11: "../icon/16x16/costtype.png", 16, 16);
12: }
|