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 65150

Summary: [50cat] UpdatePanel BeanTreeView has no Border
Product: platform Reporter: lordy <lordy>
Component: AutoupdateAssignee: Jiri Rechtacek <jrechtacek>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P4    
Version: 5.x   
Hardware: Macintosh   
OS: Mac OS X   
Issue Type: DEFECT Exception Reporter:
Attachments: EtchedBorder
javax.swing.UIManager.getBorder("ScrollPane.border")
patch of autoupdate/src/org/netbeans/modules/autoupdate/UpdatePanel.java

Description lordy 2005-09-26 22:15:41 UTC
[ BUILD # : 200509221800 ]
[ JDK VERSION : 1.5.0_02 ]

UpdatePanel BeanTreeView has no Border. As i write in issue 
65148, i don't know way BeanTreeView (or TreeTableView) not add 
the border.
Comment 1 lordy 2005-09-26 22:27:26 UTC
Okay, when i checkout the last cvs i see that it allready have a Border. It now use EtchedBorder, but i think 
we should use javax.swing.UIManager.getBorder("ScrollPane.border") like in my patch.
Comment 2 lordy 2005-09-26 22:29:26 UTC
Created attachment 25204 [details]
EtchedBorder
Comment 3 lordy 2005-09-26 22:30:57 UTC
Created attachment 25205 [details]
javax.swing.UIManager.getBorder("ScrollPane.border")
Comment 4 lordy 2005-09-26 22:31:39 UTC
Created attachment 25206 [details]
patch of autoupdate/src/org/netbeans/modules/autoupdate/UpdatePanel.java
Comment 5 Jiri Rechtacek 2005-09-29 16:35:53 UTC
Thanks for patch, was applied.

Checking in autoupdate/src/org/netbeans/modules/autoupdate/UpdatePanel.java;
/cvs/autoupdate/src/org/netbeans/modules/autoupdate/UpdatePanel.java,v  <-- 
UpdatePanel.java
new revision: 1.110; previous revision: 1.109
done
Comment 6 lordy 2006-01-18 18:50:25 UTC
verified against netbeans 5.0 rc1