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 255129 - Table model customizer lacks internationalization
Summary: Table model customizer lacks internationalization
Status: RESOLVED WONTFIX
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.0
Hardware: PC Linux
: P3 normal (vote)
Assignee: issues@guibuilder
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2015-09-09 10:40 UTC by hans_artmann
Modified: 2015-09-10 15:50 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 hans_artmann 2015-09-09 10:40:40 UTC
Product Version = NetBeans IDE 8.0 (Build 201411181905)
Operating System = Linux version 3.2.0-4-686-pae running on i386
Java; VM; Vendor = 1.7.0_67
Runtime = Java HotSpot(TM) Client VM 24.65-b04

Labels defined in the gui builders 'table model customizer' are hard coded and do not use internationalized strings.
As a workaround the label texts must be redefined after initializing the form.
Comment 1 Jiri Kovalsky 2015-09-09 21:45:28 UTC
Reassigned for further evaluation.
Comment 2 Tomas Pavek 2015-09-10 15:50:00 UTC
This is just a simple editor for prototyping or to demonstrate how the table model works. Adding the internationalization would complicate the simple use, it seems unnecessary - for a serious use the table model must be written manually anyway (typically a dynamic model).