Mon image ne bouge pas
Rayou2709
-
Rayou2709 -
Rayou2709 -
Bonjour je suis en train d'apprendre à programmer en Java et mon image ne bouge pas quand j'appui sur Q et D
mon code:
merci d'avance pour vos réponse.
mon code:
package fr.rayou.pikowarrior; import java.awt.event.KeyEvent; import java.awt.event.KeyListener; import javax.swing.ImageIcon; import javax.swing.JLabel; import javax.swing.JPanel; public class windowcontent extends JPanel implements KeyListener{ private JLabel image; private ImageIcon icon; public windowcontent() { super(); this.contentwindowproperties(); } private void contentwindowproperties() { this.setLayout(null); this.imageproperties(); this.addKeyListener(this); this.setFocusable(true); this.requestFocusInWindow(); } private void imageproperties() { image = new JLabel(); icon = new ImageIcon("images/Player1.png"); this.image.setBounds(20, 250, 96, 96); this.image.setIcon(icon); this.add(image); } @Override public void keyPressed(KeyEvent e) { if(e.getKeyCode() == KeyEvent.VK_D) { this.image.setBounds(this.image.getX()+10, this.image.getY(), this.image.getWidth(), this.image.getHeight()); }else if(e.getKeyCode() == KeyEvent.VK_Q) { this.image.setBounds(this.image.getX()-10, this.image.getY(), this.image.getWidth(), this.image.getHeight()); } } @Override public void keyReleased(KeyEvent e) { } @Override public void keyTyped(KeyEvent e) { } }
merci d'avance pour vos réponse.
A voir également:
- Mon image ne bouge pas
- Image en 3d qui bouge - Télécharger - Thèmes & Fonds d'écran
- Image iso - Guide
- Insérer une image dans word sans bouger le texte - Guide
- Nous ne pouvons pas afficher l'image word ✓ - Forum Word
- Acronis true image - Télécharger - Sauvegarde