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 114516 - StyleBuilderPanel contains JTabbedPane in JScrollPane
Summary: StyleBuilderPanel contains JTabbedPane in JScrollPane
Status: RESOLVED FIXED
Alias: None
Product: web
Classification: Unclassified
Component: CSS Visual Tools (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Marek Fukala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-03 13:36 UTC by Marek Fukala
Modified: 2008-04-28 13:37 UTC (History)
1 user (show)

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 Marek Fukala 2007-09-03 13:36:57 UTC
The StyleBuilderPanel contains JTabbedPane in JScrollPane. The scroll pane should be removed and instead of that all the
individual panels should be in their own scroll panes.
Comment 1 Marek Fukala 2007-09-03 13:56:05 UTC
fixed

Checking in ui/StyleBuilderTopComponent.java;
/cvs/web/css/src/org/netbeans/modules/css/visual/ui/StyleBuilderTopComponent.java,v  <--  StyleBuilderTopComponent.java
new revision: 1.5; previous revision: 1.4
done
Checking in ui/StyleBuilderTopComponent.form;
/cvs/web/css/src/org/netbeans/modules/css/visual/ui/StyleBuilderTopComponent.form,v  <--  StyleBuilderTopComponent.form
new revision: 1.2; previous revision: 1.1
done
Checking in api/StyleBuilderPanel.java;
/cvs/web/css/src/org/netbeans/modules/css/visual/api/StyleBuilderPanel.java,v  <--  StyleBuilderPanel.java
new revision: 1.5; previous revision: 1.4
done