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 have the following bug when I try to create an image :
Exception in thread "main" java.lang.NullPointerException: Cannot invoke "java.awt.Graphics2D.getTransform()" because "this.g2" is null
at org.graphstream.ui.swing.BackendJ2D.prepareNewFrame(BackendJ2D.java:107)
at org.graphstream.ui.swing.SwingGraphRenderer.render(SwingGraphRenderer.java:223)
at org.graphstream.ui.swing.util.SwingFileSinkImages.render(SwingFileSinkImages.java:70)
at org.graphstream.stream.file.FileSinkImages.outputNewImage(FileSinkImages.java:548)
at org.graphstream.stream.file.FileSinkImages.outputNewImage(FileSinkImages.java:515)
I think the problem is that the function initImage (that create g2d) is never called in the constructor:
I have the following bug when I try to create an image :
I think the problem is that the function initImage (that create g2d) is never called in the constructor:
https://github.com/graphstream/gs-ui-swing/blob/67888fae1f2bbc71b4d9ab50bdfd20e7ea391a67/src/org/graphstream/ui/swing/util/SwingFileSinkImages.java#L78C1-L82C3
The text was updated successfully, but these errors were encountered: