Re: Having trouble resizing and moving GUI components in the editor.
Tim Boudreau <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.user-interface |
|---|---|
| Message-ID | <[email protected]> |
Draek wrote: > Everytime I try and "resize" a GUI component, like a JButton for example > (using Java, Swing), it shows me the resizing mouse cursor, but doesnt > actually resize at all, and instead moves the element's position! > > I have to attempt to resize usually around 10-20 times before it will > actually resize the elements. This happens on ALL elements and makes > creating GUI's very slow using NetBeans. > > > Could someone point me to documentation on what is wrong? Or maybe the > bug has already been reported? Any comments or suggestions would be > greatly appreciated! FWIW, I've had similar problems on one Linux machine, but it turned out to be the combination of an old serial mouse with a bad contact for the mouse button (you have to *really* press), possibly combined with mouse driver problems (the OS seems to just not get series of mouse events now and then - for example, resizing system window frames would frequently lose the grip on the window corner - but this could be a hardware failure too, though it wouldn't surprise me if the mouse handling is not optimized for serial mice). I'm not saying that's the problem here, but it could be a hardware issue - particularly if the hardware is public and used by a lot of people. -Tim