package forge; import java.util.ArrayList; public class Constant_StringArrayList { public ArrayList<String> list = new ArrayList<String>(); }