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 104249 - I18N - [RES] Not possible to localized strings manually
Summary: I18N - [RES] Not possible to localized strings manually
Status: VERIFIED FIXED
Alias: None
Product: guibuilder
Classification: Unclassified
Component: App Framework (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@guibuilder
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2007-05-18 11:14 UTC by Jana Maleckova
Modified: 2007-11-02 09:36 UTC (History)
1 user (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 Jana Maleckova 2007-05-18 11:14:12 UTC
NetBeans IDE Dev (Build 200705161800)
1.6.0; Java HotSpot(TM) Client VM 1.6.0-b105
Windows XP version 5.1 running on x86
en_GB (nb); Cp1252

Description:
============
if text property of component is set manually - exactly text property is
manually set as to be loaded from resource bundle, then source code is not
generated for this property

note: resource management is set as "All"

Steps to reproduce:
===================
1. have e.g. jLabel in frame (JDA project)
2. invoke property editor for its text property
3. switch to Resource Bundle in combo
4. choose some bundle with keys and select one of them
5. confirm it
6. invoke the property editor again
See instead of appropriate text (value of selected key) there is
java.lang.Object@1804050 and in source there is no code like jlabel.settext ...
Comment 1 Tomas Pavek 2007-07-17 10:50:05 UTC
Seems working fine now. Please verify.
Comment 2 Jana Maleckova 2007-11-02 09:36:00 UTC
verified on

Product Version: NetBeans IDE Dev (Build 20071102050220)
Java: 1.6.0_02; Java HotSpot(TM) Client VM 1.6.0_02-b05
System: Windows XP version 5.1 running on x86; Cp1252; en_GB (nb)