Package ar.app.util

Examples of ar.app.util.ActionProvider


  public static class ControlPanel extends JPanel {
    protected final ActionProvider actionProvider;
   
    public ControlPanel() {this("");}
    public ControlPanel(String id) {actionProvider = new ActionProvider(id);}
View Full Code Here

TOP

Related Classes of ar.app.util.ActionProvider

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.