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 80800

Summary: Unable to select/deselect check boxes on compartment|customize dialog
Product: uml Reporter: Alexandr Scherbatiy <sunflower>
Component: GeneralAssignee: Thuy.d Nguyen <thuydn>
Status: VERIFIED FIXED    
Severity: blocker Keywords: REGRESSION
Priority: P1    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Alexandr Scherbatiy 2006-07-21 10:51:13 UTC
NetBeans 5.5 Dev (Build 200607170000)

Steps to reproduce:

- Create a Class Diagram.
- Put class to the diagram and name it 'Class1'.
- Select 'Class1' element, right-click and choose 'Compartment|Customize...'
   from the pop-up menu.
- Try to clear 'Attributes' or 'Operations' check boxes on 'Customize' dialog.

  Nothing happens.
Comment 1 Alexandr Scherbatiy 2006-07-21 11:31:58 UTC
It is reproduced with Java 1.6.0-beta2, not Java 1.5
Comment 2 Thuy.d Nguyen 2006-07-28 00:11:39 UTC
Investigating to see if this is JKD 1.6-related issue.
Comment 3 Thuy.d Nguyen 2006-07-31 19:03:42 UTC
Modified the code to call updateUI after the tree model has been changed in
ActionPerformed.

Also, the tree L&F has been altered slightly to have similiar L&F to the
checkbox tree of Netbeans's palette manager.
Comment 4 Alexandr Scherbatiy 2006-08-03 10:51:29 UTC
Verified in NetBeans 5.5 Beta 2 (Build 200607190830, Ent. Pack 2006.08.02 )