Is it possible to record a JFrame as a video in java? I have a JFrame with a paint()-Method that is called in a Timer.
Now I can generate images from this method in the Frame, but only static ones. I could put them into a list of BufferedImages, but how do I turn this list into a video? Is there an already in Java existing part of the library that could encode this as .mp4? And what do I need to do to access this feature correctly?