I want to change the java logo which appears in the upper left part of the JFrame window. I use the following code in the Main constructor:
Image ico=Toolkit.getDefaultToolkit().getImage(ClassLoader.getSystemResource("img/holger2.jpg"));
This.setIconImage(ico);