Menu

#2 removed deprecation in HelpDialog.java

open
nobody
None
5
2002-08-01
2002-08-01
Anonymous
No

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.

Discussion


Log in to post a comment.