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 - Strange efects when moving components in non-natural layouts
Summary: Strange efects when moving components in non-natural layouts
Status: VERIFIED FIXED
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 5.x
Hardware: All All
: P1 blocker (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-07 12:29 UTC by Geertjan Wielenga
Modified: 2006-01-19 10:41 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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