It is intentional that I'm using the scrollToReference method, but not intentional that the method is protected in JDK1.3 (not on my part anyway). I suppose a simple fix would be to extend JTextPane and make the method public. I expect to resolve it one way or another prior to any release.
-Mike On 5 Sep 2002 at 14:25, Emerson, David wrote: > In the latest nightly builds org\apache\jmeter\gui\action\Help.java > uses scrollToReference which is protected in JDK versions prior to 1.4. > This causes the build to fail if your not building against JDK 1.4. Is this > intentional? > > -- Michael Stover [EMAIL PROTECTED] Yahoo IM: mstover_ya ICQ: 152975688 -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

