Package de.sistemich.mafrasi.stopmotion.gui.modules.help

Examples of de.sistemich.mafrasi.stopmotion.gui.modules.help.HelpPanel$ReferenceTreeNode


   */
  private static final long serialVersionUID = 1L;

  public HelpModule(){
    super();
    add(new HelpPanel());

    pack();
    setMinimumSize(new Dimension(300, 100));
  }
View Full Code Here

TOP

Related Classes of de.sistemich.mafrasi.stopmotion.gui.modules.help.HelpPanel$ReferenceTreeNode

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.