I have this line of code that sets a custom app icon for a JFrame:
frame.setIconImage(Toolkit.getDefaultToolkit().getImage("res/test.png"));