[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.tools.ve] Re: Error Log filling up

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.