package grader.Main; import java.util.Collection; /** * * User preferences specific to the Easy Grader application. * * @author * @version * **/ public class ApplicationPreferences { /** Default Constructor **/ public ApplicationPreferences() { } protected boolean showToolbar; protected ColorCoding colorCoding; }