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 2178 - If you change orientation property in Component inspector, form won`t be updated till you click to any component in form.
Summary: If you change orientation property in Component inspector, form won`t be upda...
Status: CLOSED FIXED
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: All All
: P4 normal (vote)
Assignee: L Martinek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1999-06-10 02:04 UTC by L Martinek
Modified: 2002-07-19 15:19 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 L Martinek 1999-06-10 02:04:27 UTC
[IAN] Happens on JSlider for example - if the orientation property is changed, the slider is not repainted until you click on it in the form.
Should be fixed by forcing repaint on every property change, as any property might influence visual look and lightweight components will not be repained automatically.

It might be also necessary to call validate/revalidate as the size of the component might be affected as well.