[cp-patches] FYI:javax/swing/ViewportLayout.java (layoutContainer) rewrite

2006-03-19 Thread Audrius Meskauskas
The current ViewportLayout.java.layoutContainer method seems behaving differently from Sun's implementation in the following ways: 1. If the view is smaller than the port where it should be displayed, the view is bottom aligned. For instance, if the table is displayed in the frame that is larger

Re: [cp-patches] FYI:javax/swing/ViewportLayout.java (layoutContainer) rewrite

2006-03-19 Thread Roman Kennke
Hi Audrius, Am Sonntag, den 19.03.2006, 11:45 +0100 schrieb Audrius Meskauskas: > The current ViewportLayout.java.layoutContainer method seems behaving > differently from Sun's implementation in the following ways: > 1. If the view is smaller than the port where it should be displayed, > the vie

Re: [cp-patches] FYI:javax/swing/ViewportLayout.java (layoutContainer) rewrite

2006-03-19 Thread Audrius Meskauskas
Roman Kennke wrote: Hi Audrius, Am Sonntag, den 19.03.2006, 11:45 +0100 schrieb Audrius Meskauskas: The current ViewportLayout.java.layoutContainer method seems behaving differently from Sun's implementation in the following ways: 1. If the view is smaller than the port where it should be d

Re: [cp-patches] FYI:javax/swing/ViewportLayout.java (layoutContainer) rewrite

2006-03-20 Thread Roman Kennke
Hi Audrius, > >>The patch seems bringing no regressions, as far as I was able to test. > >> > >> > > > >Thanks for fixing this. Do you think you could write a testcase for the > >problem you originally had? > > > >/Roman > > > > > > > I only used visual tests at the moment. However the table