0
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 this program to work on any computer, would it be possible to put the image inside the application itself or something? Thank you
If the user of your application has the option to register images, save the path where it is, and then when viewing, look for the path you saved.
– Ilario Junior
Could you show us what you have already done to capture and/or take the image path? This makes it easier for us to help! We will know which way to go! Obligatory
– Thiago Luiz Domacoski
I’m doing this http://imgur.com/Lu2RFPP
– Gabriel Vieira