Hi, > Free Swing regressions (I am not too worries about these since there is > a huge number of new PASSes for these. So I assume the few new > regressions are collateral damage. But it would be nice if someone could > analyze these):
I will look into some of these tomorrow. > BoxLayout seems to have a lot of regressions (see attached). I completely rewrote the BoxLayout, I will look into the regressions. > All in all not too bad. I'll try and analyze (and hopefully fix the few > non-free-swing regressions). I do worry a bit about the fact that JList > doesn't seem to scroll anymore (see my previous email about the > FreeSwingTestApps). There has been a lot of progress with FreeSwing, and > I know our JLists worked much better then they do now. The problem is that the JScrollPane has improved a little, now making more use of the Scrollable protocol, which some components implement badly. A workaround for those would be to comment out the 'implements Scrollable' modifier. A bad workaround though... /Roman
signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil
_______________________________________________ Classpath mailing list [email protected] http://lists.gnu.org/mailman/listinfo/classpath

