This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 63767

Summary: Strange efects when moving components in non-natural layouts
Product: guibuilder Reporter: Geertjan Wielenga <geertjan>
Component: CodeAssignee: issues@guibuilder <issues>
Status: VERIFIED FIXED    
Severity: blocker CC: johnjullion
Priority: P1    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Geertjan Wielenga 2005-09-07 12:29:03 UTC
-- Anagram Game needs to be updated to use Matisse.
-- GridBagLayout has strange effect in Matisse, should be backward compatible.

This is a blocker for the "NetBeans IDE 5.0 Quick Start Guide for Web Service
Clients".
Comment 1 Geertjan Wielenga 2005-09-07 12:30:25 UTC
Steps to reproduce:
1. Open Anagram Game in a recent build.
2. Try to move one of the buttons.
3. Weird things happen on the screen.
Comment 2 Milan Kubec 2005-09-14 17:05:53 UTC
This is not problem of Anagram Game. It's problem of moving components inside
non-natural layout managers. Most visible is the problem with GridBagLayout.

Steps to reproduce:
1) Create JFrame, set GridBagLayout
2) Put some componetns inside the Frame
3) Try to move with them
Really weird things happen.

Increasing prio to P1, since I consoder it as Beta Stopper.

IMO example provided by NetBeans should be using standard JDK classes, not some
"experimetal stuff".
Comment 3 Jan Stola 2005-09-15 16:32:23 UTC
Fixed.
Comment 4 Marek Grummich 2006-01-19 10:41:21 UTC
Verified