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 - [2003-11-12] Adapt i18n window to new window system
Summary: [2003-11-12] Adapt i18n window to new window system
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: I18N (show other bugs)
Version: 3.x
Hardware: All All
: P3 blocker (vote)
Assignee: Tomas Pavek
URL:
Keywords:
Depends on:
Blocks: 36118
  Show dependency tree
 
Reported: 2003-10-24 08:52 UTC by Tomas Pavek
Modified: 2003-12-11 14:22 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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