Examples of EditCategoryPanel


Examples of edu.harvard.wcfia.yoshikoder.ui.EditCategoryPanel

* @author will
*/
public class EditCategoryDialog extends AbstractOkCancelDialog {

  public EditCategoryDialog(Yoshikoder yk, CategoryNode parent, CategoryNode nodeToReplace) {
    super(yk, new EditCategoryPanel(yk, parent, nodeToReplace),
        Messages.getString("CategoryDialog.icon"));
    setTitle(Messages.getString("EditCategoryDialog.0"));
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.