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 37661 - Win Classic L&F - width and height of splits is not correct
Summary: Win Classic L&F - width and height of splits is not correct
Status: CLOSED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 3.x
Hardware: PC All
: P3 blocker (vote)
Assignee: David Simonek
URL:
Keywords: L&F
Depends on:
Blocks:
 
Reported: 2003-12-02 12:31 UTC by jrojcek
Modified: 2008-12-22 16:39 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Splitters in Classic L&F (1.80 KB, image/png)
2003-12-03 14:06 UTC, dpavlica
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jrojcek 2003-12-02 12:31:43 UTC
7. Width of splits should be 4 pixels and height 5
should be 5 pixels. (I hope this was it, what
Dusan meant by point 7 in his doc).

http://ui.netbeans.org/docs/ui/ws/classic_polished.html
Comment 1 jrojcek 2003-12-02 12:33:33 UTC
Dusan, was my previous description correct?
Comment 2 jrojcek 2003-12-02 12:35:14 UTC
Adding Dusan to cc and asking again:

Dusan, is the bug description correct?
Comment 3 dpavlica 2003-12-03 14:04:54 UTC
Yes, it's my recommendation...I realized, that a vertical splitter
should be 1 pixel wider then a horizontal splitter. Then it looks
visually completely identical in the IDE.
Comment 4 dpavlica 2003-12-03 14:06:25 UTC
Created attachment 12402 [details]
Splitters in Classic L&F
Comment 5 David Simonek 2003-12-03 15:22:48 UTC
eeeeh? But this is exactly the opposite of what Jano said in first
comment :-))) OK, but I think I understand, width should be 5 pixels
(for verticals) and height 4 pixels (for horizontals). It's exactly
how I did it myself recently for XP and it's true that it looks best.
I'll go with the same principle for all LFs if you don't object.
Comment 6 jrojcek 2003-12-03 15:33:14 UTC
I misunderstood original Dusan's comment. Dusan is right, as usually;-).
Comment 7 David Simonek 2003-12-04 13:15:56 UTC
Fixed in main trunk.
/cvs/core/windows/src/org/netbeans/core/windows/view/ui/NestedSplitPane.java,v
 new revision: 1.5; previous revision: 1.4
Comment 8 Zdenek Konecny 2005-07-11 14:16:43 UTC
It looks, the desired width and height of splits is in current version (NetBeans
4.2 Build 200507110943) too. I've marked it closed, it's too old.