NewAction.java :  » Installer » jsmooth » net » charabia » jsmoothgen » application » swtgui » Java Open Source

Java Open Source » Installer » jsmooth 
jsmooth » net » charabia » jsmoothgen » application » swtgui » NewAction.java
/*
 * Created on Jun 19, 2004
 */
package net.charabia.jsmoothgen.application.swtgui;


public class NewAction extends JSmoothAction {
    
    public NewAction(JSmoothApplication js) {
        super(js);
    }

    public boolean run() {
        System.out.println("[DEBUG] New default project.");
        getApplication().newProject();
        return true;
    }
}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.