This is the mail archive of the
java-discuss@sources.redhat.com
mailing list for the Java project.
Re: ScrollPane
- To: tromey at redhat dot com
- Subject: Re: ScrollPane
- From: Bryce McKinlay <bryce at albatross dot co dot nz>
- Date: Wed, 03 Jan 2001 13:37:43 +1300
- CC: Java Discuss List <java-discuss at sourceware dot cygnus dot com>
- References: <87lmsta719.fsf@creche.redhat.com>
Tom Tromey wrote:
> However, the ScrollPanePeer doesn't have a setPageIncrement method,
> which it seems like it would need.
What exactly is a pageIncrement? I don't see any reference to this value
in the docs for ScrollPane or Adjustable. If you mean blockIncrement,
then the docs say:
"Certain adjustable properties (minimum, maximum, blockIncrement, and
visibleAmount) are set internally by the scrollpane in accordance with
the geometry of the scrollpane and its child and these should not be set
by programs using the scrollpane. "
When it says "internally" I presume it means internally to the native
toolkit, not the ScrollPane class.
> The status of AWT is that we've implemented a pretty big chunk of it,
> but there is still a lot to do. We haven't really touched Java2D,
> drag-n-drop, or java.awt.im.*.
Huh? Lots of Java2D stuff is there! In fact, I think you wrote some of it
;-)
regards
[ bryce ]