Good afternoon.
I'm having problems with my application.
It executes with change of icon in JFrame
.
When compiling it to: "Runnable Jar file" and compile with: Launch4j for binary, the application simply does not open.
I am changing the icon by this command:
frame.setIconImage(Toolkit.getDefaultToolkit().getImage(getClass().getResource("/z/app.png")));