SyntaxFix
Write A Post
Hire A Developer
Questions
You need to store it in a String variable first before displaying it like so:
String
String Txt = TxtBoxContent.getText(); System.out.println(Txt);