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 11398 - Difference between Component Inspector and Form designer :JSplitPane
Summary: Difference between Component Inspector and Form designer :JSplitPane
Status: CLOSED FIXED
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: Sun All
: P4 blocker (vote)
Assignee: Tomas Pavek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-04-13 15:20 UTC by Marian Mirilovic
Modified: 2003-06-30 18:33 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 Marian Mirilovic 2001-04-13 15:20:37 UTC
[nb_r32](rc2-29), [jdk1.3.1](rc1)

Steps to reproduce:
1. add JSplitPane
2. add e.g. JLabel - right, JCheckBox - left
3. in Component Inspector you can see 4 properties : 
	topCompoent = leftComponent
	bottomComponent = rightComponent
4.  value of top and left is JCheckBox , and bottom and right is JLabel
5. change topComponent : "setDefault"

Now in Component Inspector value for leftComponent is JButton but Form Editor
display in this place JLabel.
Comment 1 Tomas Pavek 2001-04-17 17:08:37 UTC
These properties of JSplitPane should be probably hidden, they can't be set to 
anything useful in property sheet.
Comment 2 Tomas Pavek 2001-04-18 17:49:27 UTC
Fixed in dev trunk.
Comment 3 Tomas Pavek 2001-04-26 14:54:01 UTC
Changed file: FormUtils.java, revision 1.37.
Comment 4 Marian Mirilovic 2001-05-02 15:24:42 UTC
verified in [nb_dev](179)
Comment 5 Jan Chalupa 2001-05-05 22:21:05 UTC
Target milestone -> 3.3
Removing the OPEN_IN_3.2 keyword.
Comment 6 Quality Engineering 2003-06-30 18:33:05 UTC
Resolved for 3.3.x or earlier, no new info since then -> closing.