You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Laszlo Kishalmi (Jira)" <ji...@apache.org> on 2020/07/03 04:35:00 UTC

[jira] [Resolved] (NETBEANS-4420) IllegalArgumentException on drawing a tooltip

     [ https://issues.apache.org/jira/browse/NETBEANS-4420?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Laszlo Kishalmi resolved NETBEANS-4420.
---------------------------------------
    Fix Version/s: 12.0.1
                   12.1
       Resolution: Fixed

> IllegalArgumentException on drawing a tooltip
> ---------------------------------------------
>
>                 Key: NETBEANS-4420
>                 URL: https://issues.apache.org/jira/browse/NETBEANS-4420
>             Project: NetBeans
>          Issue Type: Bug
>          Components: utilities - Image
>    Affects Versions: 12.0
>            Reporter: Laszlo Kishalmi
>            Assignee: Laszlo Kishalmi
>            Priority: Major
>              Labels: EasyFix
>             Fix For: 12.1, 12.0.1
>
>          Time Spent: 1h 10m
>  Remaining Estimate: 0h
>
> The relevant stack trace is:
> {code:java}
> java.lang.IllegalArgumentException: Width (-1) and height (-1) cannot be <= 0
> 	at java.desktop/java.awt.image.DirectColorModel.createCompatibleWritableRaster(DirectColorModel.java:1016)
> 	at org.openide.util.ImageUtilities$ToolTipImage.createNew(ImageUtilities.java:1079)
> 	at org.openide.util.ImageUtilities.assignToolTipToImageInternal(ImageUtilities.java:385)
> 	at org.openide.util.ImageUtilities.image2Icon(ImageUtilities.java:311)
> 	at org.openide.explorer.view.VisualizerNode.getIcon(VisualizerNode.java:551)
> 	at org.openide.explorer.view.NodeRenderer.configureFrom(NodeRenderer.java:213)
> 	at org.openide.explorer.view.NodeRenderer.getTreeCellRendererComponent(NodeRenderer.java:138)
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists