I know there is this question on Stack Overflow that answers how to do this in Android Android solution, and another question on stack overflow that asks and answers how to take a screeshot of the whole webpage at once even the part that are not visible Web browser solution
Now my question is i am bulding an hex editor and i want to take a full screenshot of the whole window when i open a file AND NOT JUST THE PART THAT IS CURRENTLY VISIBLE. How do i do this in Java preferably.
Currently, i can get screenshots of only part of file currently visible
Whereas, i want the picture to take a picture of every part of the file and not just the part that is currently visible.
By the way the picture up the is using a free hex editor i downloaded online.