credo qua
if(response==JFileChooser.APPROVE_OPTION) {
File f = fileChooser.getSelectedFile();
Visual = new JLabel(new ImageIcon(f.getAbsolutePath()));
}
credo qua
if(response==JFileChooser.APPROVE_OPTION) {
File f = fileChooser.getSelectedFile();
Visual = new JLabel(new ImageIcon(f.getAbsolutePath()));
}