just as the title suggests, I need to convert everything thats displayed in a program i.e. the Canvas to an Image or BufferedImage.
Asked
Active
Viewed 13 times
0
-
"jcanvas is a jQuery plugin.. " how is it used in Java code? – 62mkv Mar 04 '21 at 18:15
-
is it meant to be `java.awt.Canvas` ? if so, create a `BufferedImage`, create its `Graphics2D` and apply it to the `paint` method of `Canvas` – Mar 04 '21 at 18:44