Hello,
On line 346 of the JSVGScrollPane class there is a method defined as:
public void gvtBuildPrepare(GVTTreeBuilderEvent e)
I'm assuming this was intended to override a method from the GVTTreeBuilderListener interface, however there is no such method in that interface. Should that method really be gvtBuildStarted, or did there use to be a gvtBuildPrepare method?
I searched through the text of the entire distribution and the gvtBuildPrepare method isn't called or referenced anywhere, so it may be able to be removed if it's not supposed to be gvtBuildStarted.
- Steve
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
