Posts by Gabriel Vieira • 1 point
1 post
-
0
votes1
answer51
viewsQ: How to store images within the application?
I’m starting now in Java and need to finish an application that by clicking on a button show an image, I even managed to do this using the method Desktop.getDesktop(). open(new File() but I needed…