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 63959 - Icon size should be checked in Action Wizard
Summary: Icon size should be checked in Action Wizard
Status: VERIFIED FIXED
Alias: None
Product: apisupport
Classification: Unclassified
Component: Templates (show other bugs)
Version: 5.x
Hardware: All All
: P4 blocker (vote)
Assignee: rmatous
URL:
Keywords: SIMPLEFIX
: 64134 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-09-09 11:25 UTC by Tomas Danek
Modified: 2006-04-07 13:10 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 Tomas Danek 2005-09-09 11:25:58 UTC
..if not 16x16 icon is selected, some kind of warning should be displayed.
(restricting is not good at all here, I agree, warning message seems to be
appropriate)
Comment 1 Martin Krauskopf 2005-09-12 11:44:38 UTC
I'll implement it until 5.0.
Comment 2 Tomas Danek 2005-09-13 13:52:01 UTC
And so in Wizard for wizards please..
Comment 3 Milos Kleint 2005-09-20 13:38:32 UTC
applies to Project template and File Type template as well. marking #64134 as
duplicate
Comment 4 Milos Kleint 2005-09-20 13:39:07 UTC
*** Issue 64134 has been marked as a duplicate of this issue. ***
Comment 5 Tomas Danek 2005-09-20 13:51:54 UTC
Would be great to "synchronize" this with Martin, so that warning or
(any other solution) would be the same in each wizard.

//sorry, i ment to write it here, not in the dupe:)
Comment 6 Martin Krauskopf 2005-11-24 01:13:24 UTC
All icons so far should be 16x16, right? Simple fix.
Comment 7 Tomas Danek 2005-11-24 09:19:09 UTC
yes. check 16x16 size.
Comment 8 Jesse Glick 2006-01-11 23:47:41 UTC
Please reevaluate - for 5.0u1, future, or leave TBD.
Comment 9 Martin Krauskopf 2006-02-09 16:12:54 UTC
Reassigning to icon guru ;)
Comment 10 rmatous 2006-02-20 18:03:19 UTC
Fixed in trunk
/cvs/apisupport/project/src/org/netbeans/modules/apisupport/project/ui/wizard/action/NameIconLocationPanel.java,v
 new revision: 1.21; previous revision: 1.20

/cvs/apisupport/project/src/org/netbeans/modules/apisupport/project/ui/wizard/wizard/NameIconLocationPanel.java,v
 new revision: 1.17; previous revision: 1.16

/cvs/apisupport/project/src/org/netbeans/modules/apisupport/project/ui/wizard/wizard/DataModel.java,v
 new revision: 1.10; previous revision: 1.9

/cvs/apisupport/project/src/org/netbeans/modules/apisupport/project/ui/wizard/options/NewOptionsIterator.java,v
 new revision: 1.15; previous revision: 1.14

/cvs/apisupport/project/src/org/netbeans/modules/apisupport/project/ui/wizard/options/Bundle.properties,v
 new revision: 1.8; previous revision: 1.7

/cvs/apisupport/project/src/org/netbeans/modules/apisupport/project/ui/Bundle.properties,v
 new revision: 1.33; previous revision: 1.32

/cvs/apisupport/project/src/org/netbeans/modules/apisupport/project/ui/UIUtil.java,v
 new revision: 1.28; previous revision: 1.27

/cvs/apisupport/project/src/org/netbeans/modules/apisupport/project/ui/wizard/loader/NameAndLocationPanel.java,v
 new revision: 1.19; previous revision: 1.18
Comment 11 Jesse Glick 2006-02-20 21:36:02 UTC
So please mark accordingly.
Comment 12 rmatous 2006-02-21 12:03:34 UTC
Fixed in 5.0u1:
/cvs/apisupport/project/src/org/netbeans/modules/apisupport/project/ui/UIUtil.java,v
 new revision: 1.27.2.1; previous revision: 1.27

/cvs/apisupport/project/src/org/netbeans/modules/apisupport/project/ui/Bundle.properties,v
 new revision: 1.32.2.2; previous revision: 1.32.2.1

/cvs/apisupport/project/src/org/netbeans/modules/apisupport/project/ui/wizard/action/NameIconLocationPanel.java,v
 new revision: 1.19.2.2; previous revision: 1.19.2.1

/cvs/apisupport/project/src/org/netbeans/modules/apisupport/project/ui/wizard/wizard/DataModel.java,v
 new revision: 1.8.2.2; previous revision: 1.8.2.1

/cvs/apisupport/project/src/org/netbeans/modules/apisupport/project/ui/wizard/wizard/NameIconLocationPanel.java,v
 new revision: 1.16.2.1; previous revision: 1.16

/cvs/apisupport/project/src/org/netbeans/modules/apisupport/project/ui/wizard/options/NewOptionsIterator.java,v
 new revision: 1.12.2.2; previous revision: 1.12.2.1

/cvs/apisupport/project/src/org/netbeans/modules/apisupport/project/ui/wizard/options/Bundle.properties,v
 new revision: 1.7.2.1; previous revision: 1.7

/cvs/apisupport/project/src/org/netbeans/modules/apisupport/project/ui/wizard/loader/NameAndLocationPanel.java,v
 new revision: 1.18.2.1; previous revision: 1.18
Comment 13 Tomas Danek 2006-04-07 13:10:56 UTC
wow:-) verified in trunk && u1