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 - [50cat] UpdatePanel BeanTreeView has no Border
Summary: [50cat] UpdatePanel BeanTreeView has no Border
Status: VERIFIED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Autoupdate (show other bugs)
Version: 5.x
Hardware: Macintosh Mac OS X
: P4 blocker (vote)
Assignee: Jiri Rechtacek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-26 22:15 UTC by lordy
Modified: 2006-01-18 18:50 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
EtchedBorder (76.53 KB, image/png)
2005-09-26 22:29 UTC, lordy
Details
javax.swing.UIManager.getBorder("ScrollPane.border") (98.39 KB, image/png)
2005-09-26 22:30 UTC, lordy
Details
patch of autoupdate/src/org/netbeans/modules/autoupdate/UpdatePanel.java (628 bytes, patch)
2005-09-26 22:31 UTC, lordy
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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