Examples of minimumLayoutSize()


Examples of javax.swing.ViewportLayout.minimumLayoutSize()

   * @param harness the test harness to use
   */
  public void test(TestHarness harness)
  {
    ViewportLayout l = new ViewportLayout();
    Dimension minSize = l.minimumLayoutSize(null);
    harness.check(minSize, new Dimension(4, 4));
  }

}
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.