1 56 package org.objectstyle.cayenne.modeler; 57 58 import com.jgoodies.looks.plastic.PlasticXPLookAndFeel; 59 60 65 public interface ModelerConstants { 66 67 68 public static final String RESOURCE_PATH = "org/objectstyle/cayenne/modeler/images/"; 69 70 public static final String DEFAULT_MESSAGE_BUNDLE = "org.objectstyle.cayenne.modeler.cayennemodeler-strings"; 71 72 public static final String TITLE = "CayenneModeler"; 73 public static final String DEFAULT_LAF_NAME = PlasticXPLookAndFeel.class.getName(); 74 75 public static final String DEFAULT_THEME_NAME = "Sky Bluer"; 78 79 } | Popular Tags |