Package java.awt.Button

Examples of java.awt.Button.AccessibleAWTButton


        assertNotNull(av);
        assertTrue(av instanceof AccessibleAWTButton);
    }

    public final void testAccessibleAWTButton() {
        assertNotNull(button.new AccessibleAWTButton());
    }
View Full Code Here

TOP

Related Classes of java.awt.Button.AccessibleAWTButton

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.