Package java.awt

Examples of java.awt.BorderLayout.maximumLayoutSize()


    harness.check (lm.maximumLayoutSize(null), max);

    // Check that a brand new BorderLayout unassociated with any Component
    // also returns Integer.MAX_VALUE for a null argument.
    BorderLayout bl = new BorderLayout();
    harness.check (bl.maximumLayoutSize(null), max);
  }
}
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.