Package net.sourceforge.ganttproject.gui.previousState

Examples of net.sourceforge.ganttproject.gui.previousState.GanttDialogCompareToPreviousState.show()


    protected void compareToPreviousState() {
      getUIFacade().setStatusText(GanttLanguage.getInstance().getText("comparePrev"));
        GanttDialogCompareToPreviousState cp = new GanttDialogCompareToPreviousState(
                this);
        cp.show();
    }

    private void aboutDialog() {
        AboutDialog agp = new AboutDialog(this);
        agp.show();
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.