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 26850 - AWT form is not refreshed when layout properties are changed
Summary: AWT form is not refreshed when layout properties are changed
Status: VERIFIED FIXED
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-08-28 13:44 UTC by Richard Malaschitz
Modified: 2005-07-11 12:50 UTC (History)
0 users

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 Richard Malaschitz 2002-08-28 13:44:45 UTC
Scenario 1:
* create Panel
* add button1,button2,button3
* change layout to GridLayout
* chnage GridLayout properties Horizontal and
Vertical gap to 20
Changes are not immediatelly applied.

Scenario 2:
* change layout to BorderLayout
* change Layout.Direction property to South
Changes are not immediatelly applied.

Similar behaviour is for other Layouts.
Comment 1 Tomas Pavek 2003-03-07 14:51:41 UTC
Also any properties were not updated.
Now fixed.
Comment 2 Marek Grummich 2005-07-11 12:50:19 UTC
Verified