0

Is there any way i can take what was printed to the screen in java and store it as a String?

something like

String name = last printed statement;
Oleg
  • 6,124
  • 2
  • 23
  • 40
toubi
  • 60
  • 8
  • Print screen -> OCR-program -> toString()? Please add some details to have better answers. Some last System.out()? log.debug()? – pirho Nov 17 '17 at 23:21
  • Before printing to the "screen", store the string in an object. Boom, now you have it stored. – Shane Sepac Nov 17 '17 at 23:21

0 Answers0