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 111531

Summary: Too small letters in dialogue "Confirm overwrite"
Product: platform Reporter: Marian Petras <mpetras>
Component: Dialogs&WizardsAssignee: Jiri Rechtacek <jrechtacek>
Status: RESOLVED WORKSFORME    
Severity: blocker Keywords: A11Y, UI
Priority: P3    
Version: 6.x   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:
Attachments: screenshot

Description Marian Petras 2007-07-31 18:59:28 UTC
I invoked action "Revert Modifications" and a dialogue appeared:

    Confirm overwrite
    ----------------------------------------------------------------------
    Do you want to overwrite selected files with their repository version?


The text of the dialogue ("Do you want to...") is of much smaller font size than is used in the rest of the IDE. It
seems the font size is hard-coded and ignores the L&F default size.
Comment 1 Marian Petras 2007-07-31 19:34:26 UTC
Created attachment 45960 [details]
screenshot
Comment 2 Marian Petras 2007-07-31 19:36:02 UTC
From the screenshot (attached), it is apparent how the default font size (buttons Yes, No) and the font size used for
the message differ.
Comment 3 Maros Sandor 2007-08-01 15:52:28 UTC
We use DialogDisplayer, please evaluate.
Comment 4 Jiri Rechtacek 2007-10-31 16:24:19 UTC
If versioncontrol team uses new NotifyDescription.Confirmation("<the_message>") then DialogDisplayer is using the java
standard JTextArea with default font.