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
I'm looking for a way to show a node in the viewer with a dynamically generated icon. However, even with dyn-icon, everything seems to ultimately boil down to URLs.
Is there a way to attach, e.g., a RenderedImage to a node to be used as its icon?
The text was updated successfully, but these errors were encountered:
I use dyn_icon and provide the URL (as String, java,net.URL throw exception) in "ui.icon". The url uses "file://..." to specify a local file or "jar://..." to specify a resource in a jar file. But both cases doe not work. How can I use local files or files from jar?
I'm looking for a way to show a node in the viewer with a dynamically generated icon. However, even with
dyn-icon
, everything seems to ultimately boil down to URLs.Is there a way to attach, e.g., a
RenderedImage
to a node to be used as its icon?The text was updated successfully, but these errors were encountered: