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 219960 - I18N: "Setting up JavaFX Platform.." message is hardcoded
Summary: I18N: "Setting up JavaFX Platform.." message is hardcoded
Status: RESOLVED FIXED
Alias: None
Product: javafx
Classification: Unclassified
Component: Platform (show other bugs)
Version: 7.2.1
Hardware: All All
: P3 normal (vote)
Assignee: Petr Somol
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-12 05:58 UTC by Masaki Katakai
Modified: 2012-10-13 02:11 UTC (History)
0 users

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 Masaki Katakai 2012-10-12 05:58:27 UTC
It seems that the following message is hardcoded, which is displayed at 1st try to setting up JavaFX platform.

./javafx2.project/src/org/netbeans/modules/javafx2/project/PanelOptionsVisual.java:

        org.openide.awt.Mnemonics.setLocalizedText(progressLabel, "Setting up JavaFX Platform..");

Please extract it to resource bundle so that this message can be localized.
Comment 1 Petr Somol 2012-10-12 08:54:38 UTC
good catch, thanks. fixed in jetmain
http://hg.netbeans.org/jet-main/rev/975664e1afa0
Comment 2 Quality Engineering 2012-10-13 02:11:16 UTC
Integrated into 'main-golden', will be available in build *201210130002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/975664e1afa0
User: Petr Somol <psomol@netbeans.org>
Log: #219960 - I18N: Setting up JavaFX Platform.. message is hardcoded