bug-classpath
[Top][All Lists]
Advanced

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

[Bug swing/26746] JTable body in the scroll pane is bottom-aligned.


From: audriusa at bluewin dot ch
Subject: [Bug swing/26746] JTable body in the scroll pane is bottom-aligned.
Date: 19 Mar 2006 09:10:17 -0000


------- Comment #1 from audriusa at bluewin dot ch  2006-03-19 09:10 -------
One of the possible reasons can be the ViewportLayout.layoutContainer. In the
documentation header is clearly stated, that if the view is larger than the
port, the port must be moved JUST into the view area (this means, right- or
botton- aligned), and the code is precisely implementing the documented
behavior. The bug can be fixed by making the port top aligned if it is smaller
than the view. I am now looking if this does not cause some negative side
effects.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26746





reply via email to

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