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 67573 - NPE - updatePositions(LayoutDesigner.java:149) - Undo, Redo
Summary: NPE - updatePositions(LayoutDesigner.java:149) - Undo, Redo
Status: VERIFIED DUPLICATE of bug 66496
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Natural Layout (show other bugs)
Version: 5.x
Hardware: PC All
: P2 blocker (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-26 12:29 UTC by Marek Grummich
Modified: 2005-12-07 14:29 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Exception (828 bytes, text/plain)
2005-10-26 12:29 UTC, Marek Grummich
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Marek Grummich 2005-10-26 12:29:07 UTC
Build 200510251800,
Steps:
- create a new JFrame
- add JPanel at position bottom, right
- add several JRadioButtons (4 below themself) at the JPanel
- change layout to FlowLayout
- press and hold Ctrl-Z (Undo) to clear the JFrame
- press and hold Ctrl-Y (Redo) to restore all components of JFrame
- repeat last two steps until an attached exceptions is thrown
Comment 1 Marek Grummich 2005-10-26 12:29:37 UTC
Created attachment 26351 [details]
Exception
Comment 2 Jan Stola 2005-10-26 14:26:50 UTC

*** This issue has been marked as a duplicate of 66496 ***
Comment 3 Marek Grummich 2005-12-07 14:29:33 UTC
verified