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 139985 - Border insets are not shown in GUI designer
Summary: Border insets are not shown in GUI designer
Status: RESOLVED INVALID
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-15 07:19 UTC by carentrica
Modified: 2008-07-15 08:06 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Screen shots of problem (94.51 KB, image/jpeg)
2008-07-15 07:20 UTC, carentrica
Details

Note You need to log in before you can comment on or make changes to this bug.
Description carentrica 2008-07-15 07:19:51 UTC
I have a form on which there are meny components. Many of the labels have an EmptyBorder assigned with insets set on
Left, Top & Bottom. Only the Left inset is being shown in the designer, not the Top or Bottom one. This makes it
difficult to design my form correctly.

I have created a demo Desktop App to illustrate the point and have attached a screen shot to show the problem.
Comment 1 carentrica 2008-07-15 07:20:58 UTC
Created attachment 64495 [details]
Screen shots of problem
Comment 2 carentrica 2008-07-15 08:06:58 UTC
This is weird. I've just installed JDK 6 update 7 and the problem no longer occurs.

I guess this was probably a Java problem instead of a Netbeans one.