JTextArea's append () method doesn't seem to work
问题 We were assigned to create a simple compiler as a homework that will take set of instructions (containing variables, conditions, jumps, etc.) and evaluate them. That's already done, but I thought I'd make my program little bit more… “shiny”, and add the ability to load instructions from a text file, just for the sake of user comfort; however, it seems that the JTextArea 's append () method doesn't seem to really like me, as it does exactly nothing. Here's the relevant code: BufferedReader