--- jsampler/trunk/src/org/jsampler/view/std/StdA4n.java 2007/11/19 22:22:22 1496 +++ jsampler/trunk/src/org/jsampler/view/std/StdA4n.java 2007/12/06 19:37:41 1567 @@ -45,10 +45,12 @@ * This class provides an Action instances performing some of the common tasks. * @author Grigor Iliev */ -public abstract class StdA4n { +public class StdA4n { + protected static StdA4n a4n = new StdA4n(); + protected StdA4n() { } - protected abstract JSPrefs preferences(); + protected JSPrefs preferences() { return CC.getViewConfig().preferences(); } protected void exportSamplerConfig() {