Não carreaga o formulário [RESOLVIDO]

Bom dia pessoal, ta acontecendo umas coisas estranhas no meu aplicativinho…
Quando eu rodo ele, parece que não quer carregar as imagens… não sei o que acontece…
Antes funcionava normal, imagino que isso começou apartir do momento que comecei a usar uns sqls… mas ja as comentei tudo pra ver se era elas mesmo, mas o problema continuou…

Segue o print da tela como fica…

Favor, sou leiga quem ja saiba me dizer o porque acontece isso, deem uma forcinha pra mim!!!

Quando carrego aparece esses codigos aqui:[code]
Compiling 1 source file to E:\SIC\SIC\build\classes
Note: E:\SIC\SIC\src\cadastros\CadVenda.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
compile-single:
run-single:

Exception in thread “AWT-EventQueue-0” java.lang.IllegalArgumentException: Cannot format given Object as a Number
at java.text.DecimalFormat.format(DecimalFormat.java:487)
at java.text.Format.format(Format.java:140)
at javax.swing.JTable$DoubleRenderer.setValue(JTable.java:5302)
at javax.swing.table.DefaultTableCellRenderer.getTableCellRendererComponent(DefaultTableCellRenderer.java:223)
at javax.swing.JTable.prepareRenderer(JTable.java:5670)
at javax.swing.plaf.basic.BasicTableUI.paintCell(BasicTableUI.java:2072)
at javax.swing.plaf.basic.BasicTableUI.paintCells(BasicTableUI.java:1974)
at javax.swing.plaf.basic.BasicTableUI.paint(BasicTableUI.java:1770)
at javax.swing.plaf.ComponentUI.update(ComponentUI.java:143)
at javax.swing.JComponent.paintComponent(JComponent.java:763)
at javax.swing.JComponent.paint(JComponent.java:1027)
at javax.swing.JComponent.paintChildren(JComponent.java:864)
at javax.swing.JComponent.paint(JComponent.java:1036)
at javax.swing.JViewport.paint(JViewport.java:747)
at javax.swing.JComponent.paintChildren(JComponent.java:864)
at javax.swing.JComponent.paint(JComponent.java:1036)
at javax.swing.JComponent.paintChildren(JComponent.java:864)
at javax.swing.JComponent.paint(JComponent.java:1036)
at javax.swing.JComponent.paintChildren(JComponent.java:864)
at javax.swing.JComponent.paint(JComponent.java:1036)
at javax.swing.JLayeredPane.paint(JLayeredPane.java:564)
at javax.swing.JComponent.paintChildren(JComponent.java:864)
at javax.swing.JComponent.paintToOffscreen(JComponent.java:5129)
at javax.swing.BufferStrategyPaintManager.paint(BufferStrategyPaintManager.java:285)
at javax.swing.RepaintManager.paint(RepaintManager.java:1128)
at javax.swing.JComponent.paint(JComponent.java:1013)
at java.awt.GraphicsCallback$PaintCallback.run(GraphicsCallback.java:21)
at sun.awt.SunGraphicsCallback.runOneComponent(SunGraphicsCallback.java:60)
at sun.awt.SunGraphicsCallback.runComponents(SunGraphicsCallback.java:97)
at java.awt.Container.paint(Container.java:1797)
at javax.swing.RepaintManager.paintDirtyRegions(RepaintManager.java:734)
at javax.swing.RepaintManager.paintDirtyRegions(RepaintManager.java:679)
at javax.swing.RepaintManager.seqPaintDirtyRegions(RepaintManager.java:659)
at javax.swing.SystemEventQueueUtilities$ComponentWorkRequest.run(SystemEventQueueUtilities.java:128)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
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)
[/code]


Axo k é melhor mostrares o teu codigo p a gent dar uma olhadela e tentar ver ond ta o erro
:smiley:

este erro

Exception in thread "AWT-EventQueue-0" java.lang.IllegalArgumentException: Cannot format given Object as a Number   
        at java.text.DecimalFormat.format(DecimalFormat.java:487)   
        at java.text.Format.format(Format.java:140)   
        at javax.swing.JTable$DoubleRenderer.setValue(JTable.java:5302)   

ta dizendo que vc quer fazer um parse de um objeto para numero, mas não esta conseguindo,verifique se o que esta indicando para ser transformado realmente poder ser transformado em numero, ou se é algum outro tipo de objeto
tenta corrigir isso e depois posta um trecho de código pro pessoal dar uma olhada :slight_smile:

vou verificar…

Não descobri direito o que era…
Mas resgatei um backUp do sisteminha antes de ter dado esse proble, e adcionei as alterações que eu tinha feito… Perdi um tempinho… mas deu certo, descobri que não era os codigos de SQL…
Cheguei a conclusão que tudo isso foi após o PC da Facu ter travado… acho que com isso perdi alguma coisa, que impedia que minha classe rodasse!!!

Agradeço a atenção!!!