Examples of PeriodAnalysis2DResultDialog


Examples of org.aavso.tools.vstar.ui.dialog.period.PeriodAnalysis2DResultDialog

  }

  @Override
  public JDialog getDialog(SeriesType sourceSeriesType) {

    return new PeriodAnalysis2DResultDialog(LocaleProps
        .get("DCDFT_RESULT_TITLE")
        + " " + newStarMessage.getStarInfo().getDesignation(), "("
        + LocaleProps.get("SERIES") + ": "
        + sourceSeriesType.getDescription() + ")",
        periodAnalysisAlgorithm);
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.