Package at.bestsolution.drawswf.actions

Examples of at.bestsolution.drawswf.actions.SetLineWidthAction


    }

    //----------------------------------------------------------------------------
    private void addSetLineWidthAction(String displayedText, String description, String icon_name, int mnemonicKey, KeyStroke accelerator)
    {
        SetLineWidthAction line_width_action = new SetLineWidthAction(description, icon_name, MainWindow.getDrawingPanel());
        add(line_width_action);
    }
View Full Code Here


  }

  //----------------------------------------------------------------------------
  private void addSetLineWidthAction(String displayedText, String description, String icon_name, int mnemonicKey, KeyStroke accelerator)
  {
    SetLineWidthAction line_width_action = new SetLineWidthAction(displayedText, description, icon_name, MainWindow.getDrawingPanel(), mnemonicKey, accelerator);
    add(line_width_action);
  }
View Full Code Here

TOP

Related Classes of at.bestsolution.drawswf.actions.SetLineWidthAction

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.