classpath-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cp-patches] Patch for Review: JViewport overrides JComponent scrollRect


From: Anthony Balkissoon
Subject: [cp-patches] Patch for Review: JViewport overrides JComponent scrollRectToVisible
Date: Wed, 27 Jul 2005 15:38:09 -0400

JComponent's scrollRectToVisible method simply passes the call up to the
Component's parent.  Components that can handle the call should override
scrollRectToVisible.  This patch implements the method for JViewport.

Patch is pending approval.  Patch is attached.


2005-07-27  Anthony Balkissoon  <address@hidden>

* javax/swing/JViewport.java:
(scrollRectToVisible): New method, overrides JComponent method as 
intended.


- Tony

Attachment: JViewportScrollRectToVisible.diff
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]