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 245056 - The form designer can't update(synch) component's UI automatically
Summary: The form designer can't update(synch) component's UI automatically
Status: RESOLVED DUPLICATE of bug 240280
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Natural Layout (show other bugs)
Version: 8.0
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-06-14 12:17 UTC by yoyocar
Modified: 2014-06-18 13: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 yoyocar 2014-06-14 12:17:48 UTC
I create a custom JPanel and add it to a JFrame, then I modify the painting code in the panel's paintComponent() method and save the file, but the  from designer doesn't update the UI of my panel, I have to reload the designing form  manually to make it up to date.
It's not convenient for form design. In contrast, eclipse's plugin, the WindowBuilder, are able to do this work well.
Comment 1 Tomas Pavek 2014-06-18 13:19:44 UTC
A quick way to reload the form is to press Ctrl-R (when the GUI designer is active).

*** This bug has been marked as a duplicate of bug 240280 ***