Impression en java

Résolu/Fermé
raa3d Messages postés 1 Date d'inscription mercredi 27 février 2013 Statut Membre Dernière intervention 27 février 2013 - 27 févr. 2013 à 11:27
 raa3d - 5 mars 2013 à 14:37
Bonjour,


j'ai débutent en java je faire une petite application avec des état d'impressions j'utilise ireport et je générer les rapports avec le fichier jrxml, mais lorsque j'exécute l'application dans environnement java(netbeans) l'impressions se fait normal avec aucune erreurs mais avec le fichier jar de l'application n'affiche rien.
j'attends vous réponses et merci d'avance
A voir également:

3 réponses

KX Messages postés 16734 Date d'inscription samedi 31 mai 2008 Statut Modérateur Dernière intervention 24 avril 2024 3 015
27 févr. 2013 à 11:34
Lances le jar depuis une invite de commande pour voir les erreurs qui s'affichent :

java -jar FichierJar.jar
1
le problème c'est pas dans le jar,mais dans le bouton qui affiche le rapport d'impression,mon interface est déjà lancer a partir le jar mais lorsque je clic sur le bouton qui affiche le rapport dans le jasperviewer n'affiche pas alors que dans l'environnement java il affiche normal
0
KX Messages postés 16734 Date d'inscription samedi 31 mai 2008 Statut Modérateur Dernière intervention 24 avril 2024 3 015
27 févr. 2013 à 14:17
Il se peut qu'il y ait des messages d'erreurs qui apparaissent quand tu le lances depuis un jar, qui n'apparaissent pas quand tu le lances depuis NetBeans. Or ces erreurs sont affichées sur System.err c'est pour ça qu'il faut une console pour les voir s'afficher...
0
mais comment lancer ce jar par dos j'écris java -jar monprojet.jar il m'affiche la commande java -jar ne reconnu commande interne ou externe
0
KX Messages postés 16734 Date d'inscription samedi 31 mai 2008 Statut Modérateur Dernière intervention 24 avril 2024 3 015
27 févr. 2013 à 14:26
C'est étonnant que tu ais ce message d'erreur si NetBeans fonctionne !

Fais ce test pour voir : https://www.java.com/fr/download/uninstalltool.jsp
0
je fonctionne le netBeans et j'essaye de lancer par dos toujour m'affiche la commande java -jar ne reconnu pas en tant que commande interne ou externe
0
le problème c'est pas dans le jar,mais dans le bouton qui affiche le rapport d'impression,mon interface est déjà lancer a partir le jar mais lorsque je clic sur le bouton qui affiche le rapport dans le jasperviewer n'affiche pas alors que dans l'environnement java il affiche normal
0
salut
mainnant je suis en train d'exécuter mon application sous dos tand que je click sur le bouton d'impression il affiche les erreurs suivantes 13/03/05 14:31:12 INFO xml.XmlBeanFactory: Overriding bean definition for bean '
domainAxisTickCount': replacing [Generic bean: class [org.springframework.beans.
factory.config.FieldRetrievingFactoryBean]; scope=singleton; abstract=false; laz
yInit=false; autowireCandidate=true; autowireMode=0; dependencyCheck=0; factoryB
eanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=nul
l] with [Generic bean: class [org.springframework.beans.factory.config.FieldRetr
ievingFactoryBean]; scope=singleton; abstract=false; lazyInit=false; autowireCan
didate=true; autowireMode=0; dependencyCheck=0; factoryBeanName=null; factoryMet
hodName=null; initMethodName=null; destroyMethodName=null]
13/03/05 14:31:12 INFO xml.XmlBeanFactory: Overriding bean definition for bean '
domainAxisTickInterval': replacing [Generic bean: class [org.springframework.bea
ns.factory.config.FieldRetrievingFactoryBean]; scope=singleton; abstract=false;
lazyInit=false; autowireCandidate=true; autowireMode=0; dependencyCheck=0; facto
ryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=
null] with [Generic bean: class [org.springframework.beans.factory.config.FieldR
etrievingFactoryBean]; scope=singleton; abstract=false; lazyInit=false; autowire
Candidate=true; autowireMode=0; dependencyCheck=0; factoryBeanName=null; factory
MethodName=null; initMethodName=null; destroyMethodName=null]
13/03/05 14:31:12 INFO xml.XmlBeanFactory: Overriding bean definition for bean '
domainAxisIntegerUnit': replacing [Generic bean: class [org.springframework.bean
s.factory.config.FieldRetrievingFactoryBean]; scope=singleton; abstract=false; l
azyInit=false; autowireCandidate=true; autowireMode=0; dependencyCheck=0; factor
yBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=n
ull] with [Generic bean: class [org.springframework.beans.factory.config.FieldRe
trievingFactoryBean]; scope=singleton; abstract=false; lazyInit=false; autowireC
andidate=true; autowireMode=0; dependencyCheck=0; factoryBeanName=null; factoryM
ethodName=null; initMethodName=null; destroyMethodName=null]
13/03/05 14:31:12 INFO xml.XmlBeanFactory: Overriding bean definition for bean '
domainAxisTimePeriodUnit': replacing [Generic bean: class [org.springframework.b
eans.factory.config.FieldRetrievingFactoryBean]; scope=singleton; abstract=false
; lazyInit=false; autowireCandidate=true; autowireMode=0; dependencyCheck=0; fac
toryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodNam
e=null] with [Generic bean: class [org.springframework.beans.factory.config.Fiel
dRetrievingFactoryBean]; scope=singleton; abstract=false; lazyInit=false; autowi
reCandidate=true; autowireMode=0; dependencyCheck=0; factoryBeanName=null; facto
ryMethodName=null; initMethodName=null; destroyMethodName=null]
13/03/05 14:31:12 INFO xml.XmlBeanFactory: Overriding bean definition for bean '
areaType': replacing [Generic bean: class [org.springframework.beans.factory.con
fig.FieldRetrievingFactoryBean]; scope=singleton; abstract=false; lazyInit=false
; autowireCandidate=true; autowireMode=0; dependencyCheck=0; factoryBeanName=nul
l; factoryMethodName=null; initMethodName=null; destroyMethodName=null] with [Ge
neric bean: class [org.springframework.beans.factory.config.FieldRetrievingFacto
ryBean]; scope=singleton; abstract=false; lazyInit=false; autowireCandidate=true
; autowireMode=0; dependencyCheck=0; factoryBeanName=null; factoryMethodName=nul
l; initMethodName=null; destroyMethodName=null]
13/03/05 14:31:12 INFO xml.XmlBeanFactory: Overriding bean definition for bean '
barType': replacing [Generic bean: class [org.springframework.beans.factory.conf
ig.FieldRetrievingFactoryBean]; scope=singleton; abstract=false; lazyInit=false;
autowireCandidate=true; autowireMode=0; dependencyCheck=0; factoryBeanName=null
; factoryMethodName=null; initMethodName=null; destroyMethodName=null] with [Gen
eric bean: class [org.springframework.beans.factory.config.FieldRetrievingFactor
yBean]; scope=singleton; abstract=false; lazyInit=false; autowireCandidate=true;
autowireMode=0; dependencyCheck=0; factoryBeanName=null; factoryMethodName=null
; initMethodName=null; destroyMethodName=null]
13/03/05 14:31:12 INFO xml.XmlBeanFactory: Overriding bean definition for bean '
bar3DType': replacing [Generic bean: class [org.springframework.beans.factory.co
nfig.FieldRetrievingFactoryBean]; scope=singleton; abstract=false; lazyInit=fals
e; autowireCandidate=true; autowireMode=0; dependencyCheck=0; factoryBeanName=nu
ll; factoryMethodName=null; initMethodName=null; destroyMethodName=null] with [G
eneric bean: class [org.springframework.beans.factory.config.FieldRetrievingFact
oryBean]; scope=singleton; abstract=false; lazyInit=false; autowireCandidate=tru
e; autowireMode=0; dependencyCheck=0; factoryBeanName=null; factoryMethodName=nu
ll; initMethodName=null; destroyMethodName=null]
13/03/05 14:31:12 INFO xml.XmlBeanFactory: Overriding bean definition for bean '
bubbleType': replacing [Generic bean: class [org.springframework.beans.factory.c
onfig.FieldRetrievingFactoryBean]; scope=singleton; abstract=false; lazyInit=fal
se; autowireCandidate=true; autowireMode=0; dependencyCheck=0; factoryBeanName=n
ull; factoryMethodName=null; initMethodName=null; destroyMethodName=null] with [
Generic bean: class [org.springframework.beans.factory.config.FieldRetrievingFac
toryBean]; scope=singleton; abstract=false; lazyInit=false; autowireCandidate=tr
ue; autowireMode=0; dependencyCheck=0; factoryBeanName=null; factoryMethodName=n
ull; initMethodName=null; destroyMethodName=null]
13/03/05 14:31:12 INFO xml.XmlBeanFactory: Overriding bean definition for bean '
candlestickType': replacing [Generic bean: class [org.springframework.beans.fact
ory.config.FieldRetrievingFactoryBean]; scope=singleton; abstract=false; lazyIni
t=false; autowireCandidate=true; autowireMode=0; dependencyCheck=0; factoryBeanN
ame=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null] w
ith [Generic bean: class [org.springframework.beans.factory.config.FieldRetrievi
ngFactoryBean]; scope=singleton; abstract=false; lazyInit=false; autowireCandida
te=true; autowireMode=0; dependencyCheck=0; factoryBeanName=null; factoryMethodN
ame=null; initMethodName=null; destroyMethodName=null]
13/03/05 14:31:12 INFO xml.XmlBeanFactory: Overriding bean definition for bean '
highLowType': replacing [Generic bean: class [org.springframework.beans.factory.
config.FieldRetrievingFactoryBean]; scope=singleton; abstract=false; lazyInit=fa
lse; autowireCandidate=true; autowireMode=0; dependencyCheck=0; factoryBeanName=
null; factoryMethodName=null; initMethodName=null; destroyMethodName=null] with
[Generic bean: class [org.springframework.beans.factory.config.FieldRetrievingFa
ctoryBean]; scope=singleton; abstract=false; lazyInit=false; autowireCandidate=t
rue; autowireMode=0; dependencyCheck=0; factoryBeanName=null; factoryMethodName=
null; initMethodName=null; destroyMethodName=null]
13/03/05 14:31:12 INFO xml.XmlBeanFactory: Overriding bean definition for bean '
lineType': replacing [Generic bean: class [org.springframework.beans.factory.con
fig.FieldRetrievingFactoryBean]; scope=singleton; abstract=false; lazyInit=false
; autowireCandidate=true; autowireMode=0; dependencyCheck=0; factoryBeanName=nul
l; factoryMethodName=null; initMethodName=null; destroyMethodName=null] with [Ge
neric bean: class [org.springframework.beans.factory.config.FieldRetrievingFacto
ryBean]; scope=singleton; abstract=false; lazyInit=false; autowireCandidate=true
; autowireMode=0; dependencyCheck=0; factoryBeanName=null; factoryMethodName=nul
l; initMethodName=null; destroyMethodName=null]
13/03/05 14:31:12 INFO xml.XmlBeanFactory: Overriding bean definition for bean '
meterType': replacing [Generic bean: class [org.springframework.beans.factory.co
nfig.FieldRetrievingFactoryBean]; scope=singleton; abstract=false; lazyInit=fals
e; autowireCandidate=true; autowireMode=0; dependencyCheck=0; factoryBeanName=nu
ll; factoryMethodName=null; initMethodName=null; destroyMethodName=null] with [G
eneric bean: class [org.springframework.beans.factory.config.FieldRetrievingFact
oryBean]; scope=singleton; abstract=false; lazyInit=false; autowireCandidate=tru
e; autowireMode=0; dependencyCheck=0; factoryBeanName=null; factoryMethodName=nu
ll; initMethodName=null; destroyMethodName=null]
13/03/05 14:31:12 INFO xml.XmlBeanFactory: Overriding bean definition for bean '
multiAxisType': replacing [Generic bean: class [org.springframework.beans.factor
y.config.FieldRetrievingFactoryBean]; scope=singleton; abstract=false; lazyInit=
false; autowireCandidate=true; autowireMode=0; dependencyCheck=0; factoryBeanNam
e=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null] wit
h [Generic bean: class [org.springframework.beans.factory.config.FieldRetrieving
FactoryBean]; scope=singleton; abstract=false; lazyInit=false; autowireCandidate
=true; autowireMode=0; dependencyCheck=0; factoryBeanName=null; factoryMethodNam
e=null; initMethodName=null; destroyMethodName=null]
13/03/05 14:31:12 INFO xml.XmlBeanFactory: Overriding bean definition for bean '
pieType': replacing [Generic bean: class [org.springframework.beans.factory.conf
ig.FieldRetrievingFactoryBean]; scope=singleton; abstract=false; lazyInit=false;
autowireCandidate=true; autowireMode=0; dependencyCheck=0; factoryBeanName=null
; factoryMethodName=null; initMethodName=null; destroyMethodName=null] with [Gen
eric bean: class [org.springframework.beans.factory.config.FieldRetrievingFactor
yBean]; scope=singleton; abstract=false; lazyInit=false; autowireCandidate=true;
autowireMode=0; dependencyCheck=0; factoryBeanName=null; factoryMethodName=null
; initMethodName=null; destroyMethodName=null]
13/03/05 14:31:12 INFO xml.XmlBeanFactory: Overriding bean definition for bean '
pie3DType': replacing [Generic bean: class [org.springframework.beans.factory.co
nfig.FieldRetrievingFactoryBean]; scope=singleton; abstract=false; lazyInit=fals
e; autowireCandidate=true; autowireMode=0; dependencyCheck=0; factoryBeanName=nu
ll; factoryMethodName=null; initMethodName=null; destroyMethodName=null] with [G
eneric bean: class [org.springframework.beans.factory.config.FieldRetrievingFact
oryBean]; scope=singleton; abstract=false; lazyInit=false; autowireCandidate=tru
e; autowireMode=0; dependencyCheck=0; factoryBeanName=null; factoryMethodName=nu
ll; initMethodName=null; destroyMethodName=null]
13/03/05 14:31:12 INFO xml.XmlBeanFactory: Overriding bean definition for bean '
scatterType': replacing [Generic bean: class [org.springframework.beans.factory.
config.FieldRetrievingFactoryBean]; scope=singleton; abstract=false; lazyInit=fa
lse; autowireCandidate=true; autowireMode=0; dependencyCheck=0; factoryBeanName=
null; factoryMethodName=null; initMethodName=null; destroyMethodName=null] with
[Generic bean: class [org.springframework.beans.factory.config.FieldRetrievingFa
ctoryBean]; scope=singleton; abstract=false; lazyInit=false; autowireCandidate=t
rue; autowireMode=0; dependencyCheck=0; factoryBeanName=null; factoryMethodName=
null; initMethodName=null; destroyMethodName=null]
13/03/05 14:31:12 INFO xml.XmlBeanFactory: Overriding bean definition for bean '
stackedBarType': replacing [Generic bean: class [org.springframework.beans.facto
ry.config.FieldRetrievingFactoryBean]; scope=singleton; abstract=false; lazyInit
=false; autowireCandidate=true; autowireMode=0; dependencyCheck=0; factoryBeanNa
me=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null] wi
th [Generic bean: class [org.springframework.beans.factory.config.FieldRetrievin
gFactoryBean]; scope=singleton; abstract=false; lazyInit=false; autowireCandidat
e=true; autowireMode=0; dependencyCheck=0; factoryBeanName=null; factoryMethodNa
me=null; initMethodName=null; destroyMethodName=null]
13/03/05 14:31:12 INFO xml.XmlBeanFactory: Overriding bean definition for bean '
stackedBar3DType': replacing [Generic bean: class [org.springframework.beans.fac
tory.config.FieldRetrievingFactoryBean]; scope=singleton; abstract=false; lazyIn
it=false; autowireCandidate=true; autowireMode=0; dependencyCheck=0; factoryBean
Name=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null]
with [Generic bean: class [org.springframework.beans.factory.config.FieldRetriev
ingFactoryBean]; scope=singleton; abstract=false; lazyInit=false; autowireCandid
ate=true; autowireMode=0; dependencyCheck=0; factoryBeanName=null; factoryMethod
Name=null; initMethodName=null; destroyMethodName=null]
13/03/05 14:31:12 INFO xml.XmlBeanFactory: Overriding bean definition for bean '
thermometerType': replacing [Generic bean: class [org.springframework.beans.fact
ory.config.FieldRetrievingFactoryBean]; scope=singleton; abstract=false; lazyIni
t=false; autowireCandidate=true; autowireMode=0; dependencyCheck=0; factoryBeanN
ame=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null] w
ith [Generic bean: class [org.springframework.beans.factory.config.FieldRetrievi
ngFactoryBean]; scope=singleton; abstract=false; lazyInit=false; autowireCandida
te=true; autowireMode=0; dependencyCheck=0; factoryBeanName=null; factoryMethodN
ame=null; initMethodName=null; destroyMethodName=null]
13/03/05 14:31:12 INFO xml.XmlBeanFactory: Overriding bean definition for bean '
timeSeriesType': replacing [Generic bean: class [org.springframework.beans.facto
ry.config.FieldRetrievingFactoryBean]; scope=singleton; abstract=false; lazyInit
=false; autowireCandidate=true; autowireMode=0; dependencyCheck=0; factoryBeanNa
me=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null] wi
th [Generic bean: class [org.springframework.beans.factory.config.FieldRetrievin
gFactoryBean]; scope=singleton; abstract=false; lazyInit=false; autowireCandidat
e=true; autowireMode=0; dependencyCheck=0; factoryBeanName=null; factoryMethodNa
me=null; initMethodName=null; destroyMethodName=null]
13/03/05 14:31:12 INFO xml.XmlBeanFactory: Overriding bean definition for bean '
xyAreaType': replacing [Generic bean: class [org.springframework.beans.factory.c
onfig.FieldRetrievingFactoryBean]; scope=singleton; abstract=false; lazyInit=fal
se; autowireCandidate=true; autowireMode=0; dependencyCheck=0; factoryBeanName=n
ull; factoryMethodName=null; initMethodName=null; destroyMethodName=null] with [
Generic bean: class [org.springframework.beans.factory.config.FieldRetrievingFac
toryBean]; scope=singleton; abstract=false; lazyInit=false; autowireCandidate=tr
ue; autowireMode=0; dependencyCheck=0; factoryBeanName=null; factoryMethodName=n
ull; initMethodName=null; destroyMethodName=null]
13/03/05 14:31:12 INFO xml.XmlBeanFactory: Overriding bean definition for bean '
xyBarType': replacing [Generic bean: class [org.springframework.beans.factory.co
nfig.FieldRetrievingFactoryBean]; scope=singleton; abstract=false; lazyInit=fals
e; autowireCandidate=true; autowireMode=0; dependencyCheck=0; factoryBeanName=nu
ll; factoryMethodName=null; initMethodName=null; destroyMethodName=null] with [G
eneric bean: class [org.springframework.beans.factory.config.FieldRetrievingFact
oryBean]; scope=singleton; abstract=false; lazyInit=false; autowireCandidate=tru
e; autowireMode=0; dependencyCheck=0; factoryBeanName=null; factoryMethodName=nu
ll; initMethodName=null; destroyMethodName=null]
13/03/05 14:31:12 INFO xml.XmlBeanFactory: Overriding bean definition for bean '
xyLineType': replacing [Generic bean: class [org.springframework.beans.factory.c
onfig.FieldRetrievingFactoryBean]; scope=singleton; abstract=false; lazyInit=fal
se; autowireCandidate=true; autowireMode=0; dependencyCheck=0; factoryBeanName=n
ull; factoryMethodName=null; initMethodName=null; destroyMethodName=null] with [
Generic bean: class [org.springframework.beans.factory.config.FieldRetrievingFac
toryBean]; scope=singleton; abstract=false; lazyInit=false; autowireCandidate=tr
ue; autowireMode=0; dependencyCheck=0; factoryBeanName=null; factoryMethodName=n
ull; initMethodName=null; destroyMethodName=null]
13/03/05 14:31:12 INFO xml.XmlBeanFactory: Overriding bean definition for bean '
stackedAreaType': replacing [Generic bean: class [org.springframework.beans.fact
ory.config.FieldRetrievingFactoryBean]; scope=singleton; abstract=false; lazyIni
t=false; autowireCandidate=true; autowireMode=0; dependencyCheck=0; factoryBeanN
ame=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null] w
ith [Generic bean: class [org.springframework.beans.factory.config.FieldRetrievi
ngFactoryBean]; scope=singleton; abstract=false; lazyInit=false; autowireCandida
te=true; autowireMode=0; dependencyCheck=0; factoryBeanName=null; factoryMethodN
ame=null; initMethodName=null; destroyMethodName=null]
13/03/05 14:31:12 INFO xml.XmlBeanFactory: Overriding bean definition for bean '
ganttType': replacing [Generic bean: class [org.springframework.beans.factory.co
nfig.FieldRetrievingFactoryBean]; scope=singleton; abstract=false; lazyInit=fals
e; autowireCandidate=true; autowireMode=0; dependencyCheck=0; factoryBeanName=nu
ll; factoryMethodName=null; initMethodName=null; destroyMethodName=null] with [G
eneric bean: class [org.springframework.beans.factory.config.FieldRetrievingFact
oryBean]; scope=singleton; abstract=false; lazyInit=false; autowireCandidate=tru
e; autowireMode=0; dependencyCheck=0; factoryBeanName=null; factoryMethodName=nu
ll; initMethodName=null; destroyMethodName=null]
13/03/05 14:31:12 WARN component.ComponentsEnvironment: Found two components for
namespace http://jasperreports.sourceforge.net/htmlcomponent
13/03/05 14:31:12 WARN component.ComponentsEnvironment: Found two components for
namespace http://jasperreports.sourceforge.net/htmlcomponent
13/03/05 14:31:12 WARN component.ComponentsEnvironment: Found two components for
namespace http://jasperreports.sourceforge.net/htmlcomponent
net.sf.jasperreports.engine.JRException: Unknown column name : citoyen_num_doc
at net.sf.jasperreports.engine.JRResultSetDataSource.getColumnIndex(JRRe
sultSetDataSource.java:400)
at net.sf.jasperreports.engine.JRResultSetDataSource.getFieldValue(JRRes
ultSetDataSource.java:130)
at net.sf.jasperreports.engine.fill.JRFillDataset.setOldValues(JRFillDat
aset.java:1330)
at net.sf.jasperreports.engine.fill.JRFillDataset.next(JRFillDataset.jav
a:1231)
at net.sf.jasperreports.engine.fill.JRFillDataset.next(JRFillDataset.jav
a:1207)
at net.sf.jasperreports.engine.fill.JRBaseFiller.next(JRBaseFiller.java:
1554)
at net.sf.jasperreports.engine.fill.JRVerticalFiller.fillReport(JRVertic
alFiller.java:149)
at net.sf.jasperreports.engine.fill.JRBaseFiller.fill(JRBaseFiller.java:
909)
at net.sf.jasperreports.engine.fill.JRBaseFiller.fill(JRBaseFiller.java:
822)
at net.sf.jasperreports.engine.fill.JRFiller.fill(JRFiller.java:61)
at net.sf.jasperreports.engine.JasperFillManager.fill(JasperFillManager.
java:446)
at net.sf.jasperreports.engine.JasperFillManager.fillReport(JasperFillMa
nager.java:849)
at nouvelle.globale.impressionActionPerformed(globale.java:360)
at nouvelle.globale.access$700(globale.java:46)
at nouvelle.globale$8.actionPerformed(globale.java:163)
at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Sour
ce)
at java.awt.Component.processMouseEvent(Unknown Source)
at javax.swing.JComponent.processMouseEvent(Unknown Source)
at java.awt.Component.processEvent(Unknown Source)
at java.awt.Container.processEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Window.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.awt.EventQueue.access$200(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Sour
ce)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Sour
ce)
at java.awt.EventQueue$4.run(Unknown Source)
at java.awt.EventQueue$4.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Sour
ce)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)

C:\Documents and Settings\Administrateur>
-1