| [news.eclipse.tools.ve] Re: Error Log filling up |
if(false) ; else jTextArea.getDocument().addDocumentListener(new MyDocumentListener());
I found the line that is causing the problem. jTextArea.getDocument().addDocumentListener(new MyDocumentListener());
I'm not sure why VE doesn't like this line. The code compiles fine and it also runs fine but when syncing the GUI it generates an error in the Error Log.
-- Thanks, Rich Kulp