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 68199 - [multiview] JUnit Test Results window UI
Summary: [multiview] JUnit Test Results window UI
Status: VERIFIED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 5.x
Hardware: All All
: P4 blocker (vote)
Assignee: Milos Kleint
URL:
Keywords: UI
Depends on:
Blocks:
 
Reported: 2005-11-07 09:26 UTC by Max Sauer
Modified: 2008-12-22 22:37 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
screenshot (9.97 KB, image/png)
2005-11-07 09:27 UTC, Max Sauer
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Max Sauer 2005-11-07 09:26:01 UTC
UI of jUnit Test Results dialog should be improved. The state has certainly
improved when compared to beta, but there are still some changes which need to
be made:

- There is an unnecassary black line where a blue or grey one would be more suitable
- The line collides with the buttons

See attached screenshot.

[200511061900, JDK 1.6.0 beta b59, solaris 10/sparc]
Comment 1 Max Sauer 2005-11-07 09:27:34 UTC
Created attachment 26669 [details]
screenshot
Comment 2 Marian Petras 2005-11-07 09:37:05 UTC
I started using the Multiview API. It is the Multiview code which draws the
black line and which paints the buttons too large (or the toolbar too small) so
that the buttons do not fit.

This bug is similar to bug #53934 ("Form toolbar doesn't scale with fontsize of
buttons") but I will let it up to the core developers to decide what to do with
this bug.
Comment 3 David Simonek 2005-11-09 11:30:36 UTC
Passing to Milos.
Comment 4 Milos Kleint 2005-11-14 12:56:57 UTC
#53934 is fixed plus a minor tweak added to make non winsys docked MVTCs working
as well.
Checking in multiview/src/org/netbeans/core/multiview/MultiViewPeer.java;
/cvs/core/multiview/src/org/netbeans/core/multiview/MultiViewPeer.java,v  <-- 
MultiViewPeer.java
new revision: 1.23; previous revision: 1.22
Comment 5 Max Sauer 2005-11-16 07:55:30 UTC
Verified in 200511151900.