Package javax.swing

Examples of javax.swing.DebugGraphics$FlashAction


            f.dispose();
        }
        // End of regression for HARMONY-3443
       
        // Regression for HARMONY-3430
        new Container().paint(new DebugGraphics());
        // End of regression for HARMONY-3430
    }
View Full Code Here


    public void testDrawStringUnderlineCharAt() {
        // TODO: implement
    }

    public void testDrawDashedRect() {
        g = new DebugGraphics(g);
        Color color = g.getColor();
        BasicGraphicsUtils.drawDashedRect(g, x, y, w, h);
        assertSame(color, g.getColor());
    }
View Full Code Here

TOP

Related Classes of javax.swing.DebugGraphics$FlashAction

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.