removed deprecation in HelpDialog.java
Status: Alpha
Brought to you by:
lawriescovell
under Java 1.3.1, the method setBackingStoreEnabled() within JViewport is deprecated.
in HelpDialog.java, replaced setBackingStoreEnabled(true) with setScrollMode(JViewport.BACKINGSTORE_SCROLL_MODE)
NOTE! This is only for Java 1.3.1 and later. If you don't mind the deprecation warning on compilation or are using an earlier VM then don't worry about this patch.