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 26011 - I18N - "Next" in Tips Panel of Welcome Screen is not localizable
Summary: I18N - "Next" in Tips Panel of Welcome Screen is not localizable
Status: CLOSED FIXED
Alias: None
Product: ide
Classification: Unclassified
Component: UI (show other bugs)
Version: 3.x
Hardware: All All
: P3 blocker (vote)
Assignee: Richard Gregor
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2002-07-25 13:14 UTC by Keiichi Oono
Modified: 2005-03-09 04:28 UTC (History)
2 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 Keiichi Oono 2002-07-25 13:14:05 UTC
NetBeans IDE 3.4 Beta 3 (Build 200207111250)
JDK 1.4

The "Next" button caption of Tips Panel in Welcome
Screen can not be localized.
Comment 1 Richard Gregor 2002-09-05 12:31:36 UTC
Fixed.
Comment 2 Keiichi Oono 2002-09-26 15:26:13 UTC
Thank you for your fixing. I've verified he 'Next' caption is now
localizable.
However, translated Japanese LBL_Next can not be displayed because of
font setting. "Lucida Sans" does not support Japanese. Could you
remove font setting from TipPanel.java?
When I remove the following line from TipPanel.java, it works fine.
nextB.setFont(new java.awt.Font("Lucida Sans", 0, 10));// NOI18N

If we need font setting of Next Button, "Lucida Sans' should be
changed to i18n font, but I don't know which font supports
multi-language. I'm sure default is OK.

Should I submit as another issue? 

Thank you.
Keiichi
Comment 3 Richard Gregor 2002-09-27 08:50:03 UTC
New bug for font setting filed - 27630. This one is fixed.
Comment 4 hiroshiy 2002-10-09 09:59:46 UTC
I've verified the fixing in "NetBeans Development Build
(200210080545)".
Comment 5 Jesse Glick 2002-12-23 16:36:20 UTC
Consistent use of the I18N keyword.
Comment 6 _ mihmax 2003-01-03 10:33:47 UTC
I'll commit this issue to 3.4.1 too.
Comment 8 _ mihmax 2003-01-03 15:27:11 UTC
oops, forgot to commit in the new Bundle.properties.
Thanks to continious build & Richard Gregor for discovering that!

Commit log:
Checking in org/netbeans/modules/welcome/Bundle.properties;
new revision: 1.8.4.1.4.1; previous revision: 1.8.4.1
Comment 9 Quality Engineering 2003-07-01 15:20:32 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.