This is the mail archive of the
java-patches@sources.redhat.com
mailing list for the Java project.
Re: Patch: more AWT code
Bryce> So the peer needs a reference to the Adjustable object, and
Bryce> will update the state of it every time an adjustment is made?
Yeah. It is a big mess.
Ideally the peer could use get[HV]Adjustable on the component to get
the Adjustables. But that won't work, I think, since then there is no
way for the peer to update the values in the Adjustable.
I guess we could do this work from C++ and thus violate the Java
privacy rules. We've done it before. It is ugly though. I imagine
this is what I'll assume.
Tom