salut,
j'ai téléchargé Nimbus (qui est une weekly builds) et j'ai des erreurs lorsque j'essaye d'afficher une fenetre avec une JTable
voici l'erreur :
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException
        at javax.swing.JTable.setSelectionBackground(JTable.java:2454)
evt.getPropertyName() = focusOwner = null
evt.getPropertyName() = focusOwner = Main.FichePrincipale[frame0,216,103,592x533,invalid,layout=java.awt.BorderLayout,title=,resizable,normal,defaultCloseOperation=EXIT_ON_CLOSE,rootPane=javax.swing.JRootPane[,4,30,584x499,invalid,layout=javax.swing.JRootPane$RootLayout,alignmentX=0.0,alignmentY=0.0,border=javax.swing.plaf.synth.SynthBorder@1630ab9,flags=16777673,maximumSize=,minimumSize=,preferredSize=],rootPaneCheckingEnabled=true]
FocusPainter.getFocusComponent(15684866) => 29997514
        at javax.swing.plaf.synth.SynthTableUI.updateStyle(SynthTableUI.java:117)
        at javax.swing.plaf.synth.SynthTableUI.installDefaults(SynthTableUI.java:95)
        at javax.swing.plaf.basic.BasicTableUI.installUI(BasicTableUI.java:1354)
        at javax.swing.JComponent.setUI(JComponent.java:673)
        at javax.swing.JTable.setUI(JTable.java:3526)
        at javax.swing.JTable.updateUI(JTable.java:3582)
        at javax.swing.JTable.<init>(JTable.java:614)
        at javax.swing.JTable.<init>(JTable.java:539)
        at Presentation.Promotion.FichePromotionListe.initComponents(FichePromotionListe.java:39)
        at Presentation.Promotion.FichePromotionListe.<init>(FichePromotionListe.java:25)
        at Main.FichePrincipale.menuListePromotionsActionPerformed(FichePrincipale.java:209)
        at Main.FichePrincipale.access$500(FichePrincipale.java:28)
        at Main.FichePrincipale$6.actionPerformed(FichePrincipale.java:121)
        at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
        at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2318)
        at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
        at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242)
        at javax.swing.AbstractButton.doClick(AbstractButton.java:357)
evt.getPropertyName() = focusOwner = null
        at javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:1216)
        at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(BasicMenuItemUI.java:1257)
        at java.awt.Component.processMouseEvent(Component.java:6038)
        at javax.swing.JComponent.processMouseEvent(JComponent.java:3265)
        at java.awt.Component.processEvent(Component.java:5803)
        at java.awt.Container.processEvent(Container.java:2058)
        at java.awt.Component.dispatchEventImpl(Component.java:4410)
        at java.awt.Container.dispatchEventImpl(Container.java:2116)
        at java.awt.Component.dispatchEvent(Component.java:4240)
        at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4322)
        at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3986)
        at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3916)
        at java.awt.Container.dispatchEventImpl(Container.java:2102)
        at java.awt.Window.dispatchEventImpl(Window.java:2429)
        at java.awt.Component.dispatchEvent(Component.java:4240)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:599)
        at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:273)
        at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:183)
        at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:173)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:168)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:160)
        at java.awt.EventDispatchThread.run(EventDispatchThread.java:121)
Je sais pas si j'ai téléchargé la version la plus stable, alors si quelqu'un a une idée ...