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.

View | Details | Raw Unified | Return to bug 50477
Collapse All | Expand All

(-)winclassic/WindowsLFCustoms.java (+2 lines)
Lines 74-79 Link Here
74
                "ToggleButton.font", patch2Tahoma("ToggleButton.font"), //NOI18N
74
                "ToggleButton.font", patch2Tahoma("ToggleButton.font"), //NOI18N
75
                "Tree.font", patch2Tahoma("Tree.font"), //NOI18N
75
                "Tree.font", patch2Tahoma("Tree.font"), //NOI18N
76
                "Viewport.font", patch2Tahoma("Viewport.font"), //NOI18N
76
                "Viewport.font", patch2Tahoma("Viewport.font"), //NOI18N
77
                "windowTitleFont", patch2Tahoma("windowTitleFont"), //NOI18N
78
                "controlFont", patch2Tahoma("controlFont"), //NOI18N
77
79
78
                //Work around a bug in windows which sets the text area font to
80
                //Work around a bug in windows which sets the text area font to
79
                //"MonoSpaced", causing all accessible dialogs to have monospaced text
81
                //"MonoSpaced", causing all accessible dialogs to have monospaced text
(-)winxp/XPLFCustoms.java (+2 lines)
Lines 93-98 Link Here
93
                "ToggleButton.font", patch2Tahoma("ToggleButton.font"), //NOI18N
93
                "ToggleButton.font", patch2Tahoma("ToggleButton.font"), //NOI18N
94
                "Tree.font", patch2Tahoma("Tree.font"), //NOI18N
94
                "Tree.font", patch2Tahoma("Tree.font"), //NOI18N
95
                "Viewport.font", patch2Tahoma("Viewport.font"), //NOI18N
95
                "Viewport.font", patch2Tahoma("Viewport.font"), //NOI18N
96
                "windowTitleFont", patch2Tahoma("windowTitleFont"), //NOI18N
97
                "controlFont", patch2Tahoma("controlFont"), //NOI18N
96
98
97
                //Work around a bug in windows which sets the text area font to
99
                //Work around a bug in windows which sets the text area font to
98
                //"MonoSpaced", causing all accessible dialogs to have monospaced text
100
                //"MonoSpaced", causing all accessible dialogs to have monospaced text

Return to bug 50477