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 36813

Summary: [2003-11-12] Adapt i18n window to new window system
Product: java Reporter: Tomas Pavek <tpavek>
Component: I18NAssignee: Tomas Pavek <tpavek>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P3    
Version: 3.x   
Hardware: All   
OS: All   
Issue Type: TASK Exception Reporter:
Bug Depends on:    
Bug Blocks: 36118    

Description Tomas Pavek 2003-10-24 08:52:40 UTC
In the new window system, the floating
TopComponents are no longer supported - they will
automatically appear in the editor. This happens
also to the component for internationalizing
strings in sources (I18nPanel). However for many
modules this default change in appearance is
acceptable, I think it is not good in this case -
as both the source where the found strings are
highlighted and the i18n component should be
visible. So I think it should be changed to a
non-modal dialog.
Comment 1 Tomas Pavek 2003-10-24 08:56:49 UTC
See also issue 36487 and
http://ui.netbeans.org/docs/ui/ws/ws_spec-migration_guide.html.
Comment 2 _ ttran 2003-11-12 12:12:33 UTC
Tomasi, don't forget this issue.  It's marked for the merge
Comment 3 Tomas Pavek 2003-11-12 15:09:50 UTC
Working on it.
Comment 4 Tomas Pavek 2003-11-12 17:16:12 UTC
Done.

/cvs/i18n/src/org/netbeans/modules/i18n/I18nManager.java
new revision: 1.22; previous revision: 1.21

/cvs/i18n/src/org/netbeans/modules/i18n/I18nUtil.java
new revision: 1.29; previous revision: 1.28