Greetings:
I hope that you and all your loved ones are safe and healthy. I write to you because I have spent days scouring over the documentation trying to find out how could I create a Netbeans module that plays a feedback sound whenever the user makes a syntax mistake when typing (Java) code. All documentation I have read requires me to create my own Java lexer and parser, which I think can be avoided if I could just piggyback on the built-in Java parser and install a listener or something somewhere (I don't know!) that allows me to playback the sound when the error is detected. Please help! This is for my doctoral dissertation. Best regards, Henry F. Bruckman Vargas
