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 35396 - Startup progress bar does not show messages at user selected font size
Summary: Startup progress bar does not show messages at user selected font size
Status: VERIFIED WONTFIX
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 3.x
Hardware: Sun Solaris
: P2 blocker (vote)
Assignee: David Simonek
URL:
Keywords: I18N, UI
Depends on:
Blocks:
 
Reported: 2003-08-12 20:06 UTC by Ken Frank
Modified: 2008-12-22 18:51 UTC (History)
4 users (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 Ken Frank 2003-08-12 20:06:29 UTC
Starting ide with -fontsize
argument, (or using localized resource),
the messages of the startup
progress bar do not show
at this user selected font.

Since messages change frequently cannot attach
image, but just start
ide with -fontsize 16, for example and you can see
messages in progress bar
show at smaller font.
Comment 1 mslama 2003-08-13 10:56:35 UTC
Assigning to Dafe.
Comment 2 David Simonek 2003-08-21 10:43:28 UTC
This is exactly as designed behaviour. Startup splash screen is done
in absolute layout and font size of messages must be constant,
ignoring fontsize parameter. Otherwise, all layout of splash screen
will be screwed up. I tried, just to look at it, and text will simply
not fit into splash screen and look horrible.
If we really need splash screen to react on font size parameter, we
will need to redesign it to reserve reasonable big space for text
(which will partly solve this problem, but not for extra big font
sizes) or make it resizable (problematic from UI design point of view).
So to say, solution is rather complex - do we really need bigger fonts
in splash screen? Are chinese characters totally unreadable, or only
small to read conveniently? Remember that these texts are changing
quickly (as you said) and their purpose isn't to be read carefully by
user IMO, just to let them know that something is loading and to speed
up perceived performance of system startup.
So I believe we don't need to fix this. Please reopen with explanation
if you don't agree or I'm missing something.
Comment 3 Marian Mirilovic 2003-09-04 09:07:33 UTC
Dafe is right - in my opinion - verifying