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.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.