Package plotter.xy

Examples of plotter.xy.XYPlot.revalidate()


    if (!slopeDisplay.getText().isEmpty() && locationDisplay.getPreferredSize().width + slopeDisplay.getPreferredSize().width > contentWidth) {
      locationDisplay.setPreferredSize(new Dimension (1,locationDisplay.getPreferredSize().height));
    }
   
    /* Finally, request that these new preferred sizes get enforced */
    plot.revalidate();   
  }

  /**
   * Prevent JLabels from shrinking when empty, but size freely when filled
   * (originally from PlotDataCursor)
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.