The import javax.swing.Jframe cannot be resolved
Résolu/Fermé
nesrine51092
Messages postés
30
Date d'inscription
vendredi 8 mars 2013
Statut
Membre
Dernière intervention
19 avril 2015
-
4 oct. 2013 à 12:50
nesrine51092 Messages postés 30 Date d'inscription vendredi 8 mars 2013 Statut Membre Dernière intervention 19 avril 2015 - 4 oct. 2013 à 21:35
nesrine51092 Messages postés 30 Date d'inscription vendredi 8 mars 2013 Statut Membre Dernière intervention 19 avril 2015 - 4 oct. 2013 à 21:35
je suis une débutante en java programmation événementielle et je veux tout d'abord créer
une fenêtre mais je ne peux pas importer swing.Jframe .
lorsque j'ecris import javax.swing.Jframe j'obtient ce message "The import
javax.swing.Jframe cannot be resolved".
donc j'ai besoin d'aide SVP
et merci d'avance
une fenêtre mais je ne peux pas importer swing.Jframe .
lorsque j'ecris import javax.swing.Jframe j'obtient ce message "The import
javax.swing.Jframe cannot be resolved".
donc j'ai besoin d'aide SVP
et merci d'avance
A voir également:
- Jframe cannot be resolved to a type
- Qwerty to azerty - Guide
- Welcome to nginx! ✓ - Forum Applis & Sites
- Your device ran into a problem and needs to restart - Forum Windows 10
- A start job is running for wait for network to be configured ✓ - Forum Ubuntu
- A link to the past - Accueil - Guide jeu vidéo
1 réponse
arth
Messages postés
9374
Date d'inscription
mardi 27 septembre 2005
Statut
Contributeur
Dernière intervention
16 décembre 2016
1 292
4 oct. 2013 à 15:31
4 oct. 2013 à 15:31
javax.swing.Jframe => javax.swing.JFrame
Avec une majuscule, ce sera mieux
https://docs.oracle.com/javase/7/docs/api/javax/swing/JFrame.html
Avec une majuscule, ce sera mieux
https://docs.oracle.com/javase/7/docs/api/javax/swing/JFrame.html
4 oct. 2013 à 21:35