Package javax.swing.plaf.metal.MetalIconFactory

Examples of javax.swing.plaf.metal.MetalIconFactory.TreeLeafIcon


   *
   * @param harness  the test harness (<code>null</code> not permitted).
   */
  public void test(TestHarness harness)
  {
    TreeLeafIcon icon = new TreeLeafIcon();
    harness.check(icon.getShift(), 2);
  }
View Full Code Here

TOP

Related Classes of javax.swing.plaf.metal.MetalIconFactory.TreeLeafIcon

Copyright © 2018 www.massapicom. 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.