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 152806 - JScrollPane not shown correctly
Summary: JScrollPane not shown correctly
Status: RESOLVED WONTFIX
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-09 14:47 UTC by alexandros
Modified: 2009-02-19 20:49 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 alexandros 2008-11-09 14:47:07 UTC
If I set the horizontal and vertical scrollbar policies to JScrollPane.HORIZONTAL_SCROLLBAR_ALWAYS and
JScrollPane.VERTICAL_SCROLLBAR_ALWAYS instead of ScrollPaneConstants.HORIZONTAL_SCROLLBAR_ALWAYS and
ScrollPaneConstants.VERTICAL_SCROLLBAR_ALWAYS (custom code), the scrollbars are not shown.
Comment 1 Jan Stola 2008-11-10 10:10:16 UTC
This is as designed - the GUI builder doesn't attempt to evaluate custom user code. The custom code is used at runtime 
only.