You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error
What steps will reproduce the problem?
1.
2.
3.
What is the expected output? What do you see instead?
Exception in thread "AWT-EventQueue-0" java.lang.IllegalArgumentException:
Width (0) and height (0) cannot be <= 0
at
java.awt.image.DirectColorModel.createCompatibleWritableRaster(DirectColorModel.
java:999)
at java.awt.image.BufferedImage.<init>(BufferedImage.java:340)
at
sun.awt.windows.TranslucentWindowPainter$BIWindowPainter.getBIBackBuffer(Translu
centWindowPainter.java:185)
at
sun.awt.windows.TranslucentWindowPainter$BIWindowPainter.getBackBuffer(Transluce
ntWindowPainter.java:193)
at
sun.awt.windows.TranslucentWindowPainter.updateWindow(TranslucentWindowPainter.j
ava:132)
at sun.awt.windows.WWindowPeer.updateWindow(WWindowPeer.java:652)
at sun.awt.windows.WWindowPeer.setOpaque(WWindowPeer.java:639)
at java.awt.Window.applyOpaque(Window.java:3305)
at java.awt.Window.addNotify(Window.java:652)
at java.awt.Frame.addNotify(Frame.java:470)
at java.awt.Window.show(Window.java:841)
at java.awt.Component.show(Component.java:1447)
at java.awt.Component.setVisible(Component.java:1400)
at java.awt.Window.setVisible(Window.java:824)
at
expertsyspredictionLauncher.mainLauncher.<init>(mainLauncher.java:82)
at
expertsyspredictionLauncher.mainLauncher$2.run(mainLauncher.java:110)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
at
java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269
)
at
java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
at
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174
)
at
java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
at
java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
What version of the product are you using? On what operating system?
Please provide any additional information below.
OS
Windows Xp SP 3
JDK 6 Update 18
Original issue reported on code.google.com by jammyjam...@gmail.com on 13 Feb 2010 at 4:11
Original issue reported on code.google.com by
jammyjam...@gmail.com
on 13 Feb 2010 at 4:11The text was updated successfully, but these errors were encountered: