Hi Tonny. There is one part of your XML Editor component that does not compile with Java 1.3, which is the XMLView.updateDamage() method. That method is package private in Java 1.3, and only became protected in Java 1.4.
Commenting the method out didn’t seem to make any different difference with some quick tests. What does the method do? Is it safe to remove it for now? Thanks, Cameron -- Cameron McCormack, http://mcc.id.au/ xmpp:[EMAIL PROTECTED] ▪ ICQ 26955922 ▪ MSN [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
