Package nu.fw.jeti.plugins.drawing.shapes.actions

Examples of nu.fw.jeti.plugins.drawing.shapes.actions.ActionPriorityStack


 
  private static final long serialVersionUID = 4671029090794820300L;

  public HistoryPanel(PictureChat pictureChat) {
    chat = pictureChat;
    actions = new ActionPriorityStack();
    currentPicture = new PicturesContent();   
    panelList = new ArrayList<OneHistoryPicturePanel>();
   
    mainPanel = new JPanel();
    mainPanel.setLayout(new BoxLayout(mainPanel, BoxLayout.Y_AXIS));
View Full Code Here

TOP

Related Classes of nu.fw.jeti.plugins.drawing.shapes.actions.ActionPriorityStack

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.