RFC: VM Interface Change: Addition of VMArray

2006-03-18 Thread Andrew John Hughes
I propose the attached patch which moves the native method in java.lang.reflect.Array to a new VMArray class, as per PR#22923. Changelog: 2006-03-18 Andrew John Hughes <[EMAIL PROTECTED]> * doc/vmintegration.texinfo: Updated to include VMArray. * include/Makefile.am:

Re: Looking for resizing JTable column behaviour

2006-03-18 Thread Thorsten Suckow-Homberg
Look there again, it is the correct place (inner class method MouseInputHandler.mouseDragged, if more exactly). The same method manages column reordering. I think you just have the obsolete code. Please check the fresh CVS version or use the latest 0.90 release. The table column resizing i

Re: building classpath on RedHat2.6.11

2006-03-18 Thread Mark Wielaard
Hi Seeta, On Fri, 2006-03-17 at 19:32 -0500, Seeta somagani wrote: > Hi, I configured classpath on RedHat2.6.11 using --disable-gtk-peer > option. But when I'm tryin to gmake, it gives me an error > /java/security/Provider.java:57: error: Can't subclass final classes: > gnu.java.security.Properti

Re: Looking for resizing JTable column behaviour

2006-03-18 Thread Audrius Meskauskas
Thorsten Suckow-Homberg wrote: Hey guys, following the recent posts I hope I'm not too OT with this ;) : I'm studying the JTable implementation right now and I wanted to peek into the code that's responsible for resizing a column dynamically (mouse dragging). I've looked into BasicTableHea

Re: Mauve wishlist

2006-03-18 Thread Michael Koch
On Fri, Mar 17, 2006 at 01:06:32PM -0800, David Daney wrote: > Thomas Fitzsimmons wrote: > >Hi, > > > >Anthony Balkissoon has expressed interest in improving Mauve so we'd > >like to know what would be the best things to work on. > > > >Here are two items on my list: > > > >- A web reporting facili