ImageIcon avec une url
Résolu
dragonchate_35
-
dragonchate_35 -
dragonchate_35 -
Bonjour, je veux que mon programme affiche mon image avec une URL
https://media.discordapp.net/attachments/438007083632427008/684779156566704134/unknown.png
private void affichImage() {
imageJL = new JLabel();
image = new ImageIcon("image/barre.png");
this.imageJL.setBounds(0, 0, 450, 150);
this.imageJL.setIcon(image);
this.add(imageJL);
https://media.discordapp.net/attachments/438007083632427008/684779156566704134/unknown.png