Saturday, December 23, 2017

try{
Image image = ImageIO.read(new File("Path\\images\\system-tray-icon.png"));
frame.setIconImage(image);
            }
             catch(NullPointerException | IOException n1){
             n1.printStackTrace();
             }

0 comments:

Post a Comment

>

Selenium useful links

Powered by Blogger.

Featured Post

Benefits of having a user Interface for a Selenium Automation Suite/Regression Suite

Once you are able to work independently on Selenium scripting, another important task is how to ease your automation test execution. There a...

Video

Popular Posts

Our Facebook Page