Tagged Questions
0
votes
1answer
139 views
Problem loading image in the correct frame
This is my code from the main frame window:
public class DynamicalSystem {
public static void createAndShowGraphic() {
//Create and set up the window.
JFrame frame = new ...
1
vote
2answers
1k views
Problem with loading image in java with FileChooser
I have write a class filechooser where I can choose files. I had searched for a class that loads images but nothing. My filechooser class can made a panel with button open and save. When I press ...