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 22585 - [dev only] Create new implementation of Tools | Options jelly component
Summary: [dev only] Create new implementation of Tools | Options jelly component
Status: CLOSED FIXED
Alias: None
Product: qa
Classification: Unclassified
Component: Jellytools (show other bugs)
Version: 3.x
Hardware: All All
: P2 blocker (vote)
Assignee: issues@qa
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-04-18 11:10 UTC by Marian Mirilovic
Modified: 2002-07-19 15:21 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 Marian Mirilovic 2002-04-18 11:10:58 UTC
After new implementation of Tools | Options (see
issue 21462) we must create new jelly component
Option.

It isn't so simple, because JTree is replaced by
JTable !

Now arise new question :
 Should we rewrite Options dialog now, or wait for
absolutely different Options dialog planned for
3.4 ?
Comment 1 Jiri Skrivanek 2002-04-18 11:44:29 UTC
OK, we should rewrite jelly.Options ASAP.
Comment 2 Jiri Skrivanek 2002-04-19 07:32:28 UTC
Fixed in jello.JettyTreePropertiesWindow.
It should work both for plain JTree and for JTree encapsulated into
JTable. See diff:

http://jellytools.netbeans.org/source/browse/jellytools/src/org/netbeans/test/oo/gui/jello/JettyTreePropertiesWindow.java.diff?r1=1.6&r2=1.7
Comment 3 Marian Mirilovic 2002-04-19 14:37:37 UTC
verified,
Thanks Jirka.
Comment 4 Jiri Skrivanek 2002-04-22 06:28:01 UTC
Closed