Hi there, so i've just downloaded the intelliJ IDE and i have an app which is working fine in DrJAVA which i've just switched from after realising it was kinda garbage.
I have a very simple java app which needs to display a PNG image. Currently the image is located in the same directory as my source code in the project directory. When i run the app the image is not displayed.
It displays fine when run with DrJava i have not tried it in netbeans yet although that is what i will do next, but surely there must be some easier fix for this than changing ide's...a plugin or setting or something like that?
as a test i've already copied some example code From Oracle which does the same thing as my app, and this example code still has the same issue.--the image will not display/is not painted.