Racine d'un projet java
Fermé
jery87
Messages postés
18
Date d'inscription
lundi 27 juillet 2009
Statut
Membre
Dernière intervention
28 avril 2010
-
13 août 2009 à 14:44
mel21lio Messages postés 275 Date d'inscription mardi 14 juillet 2009 Statut Membre Dernière intervention 21 octobre 2009 - 13 août 2009 à 15:36
mel21lio Messages postés 275 Date d'inscription mardi 14 juillet 2009 Statut Membre Dernière intervention 21 octobre 2009 - 13 août 2009 à 15:36
A voir également:
- Racine d'un projet java
- Waptrick java football - Télécharger - Jeux vidéo
- Jeux java itel football - Télécharger - Jeux vidéo
- Java apk - Télécharger - Langages
- Java décompiler - Télécharger - Langages
- Waptrick jeux pes 2016 java - Forum logiciel systeme
2 réponses
mel21lio
Messages postés
275
Date d'inscription
mardi 14 juillet 2009
Statut
Membre
Dernière intervention
21 octobre 2009
25
13 août 2009 à 15:34
13 août 2009 à 15:34
c'est faut tu mets l'images ou tu veux
public JButton makeButton(String imageName, String actionCommand, String toolTipText, String altText) {
// Look for the image.
String imgLocation = "file://" + pwd + "src/main/resources/guiimg/" + imageName;
URL imageURL = null;
try {
imageURL = new URL(imgLocation);
} catch (MalformedURLException e) {
e.printStackTrace();
}
;
ici le pwd represent bien ma racine de projet
mais j'aurais put la foutre dans une clef usb
String imgLocation = "file://media/usb/maclef/metsimages";
public JButton makeButton(String imageName, String actionCommand, String toolTipText, String altText) {
// Look for the image.
String imgLocation = "file://" + pwd + "src/main/resources/guiimg/" + imageName;
URL imageURL = null;
try {
imageURL = new URL(imgLocation);
} catch (MalformedURLException e) {
e.printStackTrace();
}
;
ici le pwd represent bien ma racine de projet
mais j'aurais put la foutre dans une clef usb
String imgLocation = "file://media/usb/maclef/metsimages";
mel21lio
Messages postés
275
Date d'inscription
mardi 14 juillet 2009
Statut
Membre
Dernière intervention
21 octobre 2009
25
13 août 2009 à 15:36
13 août 2009 à 15:36
la racine c'est le repertoire de base
package com.yahoo.utilgui;
donc la sur mon hdd sa donne
/home/mel21lio/workspace/testPerf/
dessous j'ais
/com/yahoo/utilgui/maclass.java
package com.yahoo.utilgui;
donc la sur mon hdd sa donne
/home/mel21lio/workspace/testPerf/
dessous j'ais
/com/yahoo/utilgui/maclass.java