On Thu, 12 Mar 2026 08:20:12 GMT, Prasanta Sadhukhan <[email protected]> wrote:
> The protected methods ScrollBarUI#getTrackBounds() > ScrollBarUI#getThumbBounds() have > become inaccessible since JRE9 which is required to override the paint method > and to paint the knob/thumb so we can consider making them public. > > A CSR will be raised if this access expansion is accepted.. I believe he is trying to write his own ScrollBar UI by implementing ScrollBarUI interface whose paint method he is overriding. He responded in email saying he wants "geometry of the rectangular area without the arrow buttons can be obtained by a public method." I asked him to record his need in this PR but he has not done and not responded to that.. ------------- PR Comment: https://git.openjdk.org/jdk/pull/30209#issuecomment-4153526713
