Package burp.custombutton

Examples of burp.custombutton.ExportButton


        {
            @Override
            public void run()
            {
                b1 = new EndpointsButton(getUiComponent(), callbacks);
                b2 = new ExportButton(getUiComponent(), callbacks);
                b1.setLocation(10,10);
                b1.setSize(200,30);
                b2.setLocation(10,50);
                b2.setSize(200,30);
View Full Code Here

TOP

Related Classes of burp.custombutton.ExportButton

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.