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 43964 - Java GUI Forms are Swing Forms
Summary: Java GUI Forms are Swing Forms
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 4.x
Hardware: All All
: P4 blocker (vote)
Assignee: jrojcek
URL:
Keywords:
Depends on:
Blocks: 41535
  Show dependency tree
 
Reported: 2004-05-28 10:30 UTC by Milan Kubec
Modified: 2007-09-26 09:14 UTC (History)
3 users (show)

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 Milan Kubec 2004-05-28 10:30:13 UTC
Classification of templates in New File dialog
shows all Swing forms under Java GUI Forms, but
AWT Forms and Sample Forms are under "subfolder"
of Java GUI Forms. IMHO Swing Forms are "on the
same level" as AWT Forms thus all GUI form
temapltes should be subfolders of Java GUI Forms
which shouldn't contain any templates:
Java GUI Forms
 - Swing Forms
 - AWT Forms
 - Sample Forms
Comment 1 Jesse Glick 2004-05-28 13:38:10 UTC
As designed. We want to guide people toward Swing forms. Few people
use AWT anymore. Anyway this decision was made long ago, I think -
better to sacrifice a little technical consistency in the interests of
usability for the common cases.
Comment 2 Jaromir Uhrik 2004-06-01 14:20:32 UTC
I have the following problem with this structure:
1.Let's have the following tree:
 |Java Classes
 +Java GUI Forms
 |Java Beans Architecture Objects...
2. I click + to expand Java GUI Forms and got this:
 |Java Classes
 +Java GUI Forms
  -AWT Forms
  -Sample Forms
 |Java Beans Architecture Objects...

User doesn't see Swing forms now! That's the problem -> reopening issue.
Comment 3 Jesse Glick 2004-06-01 14:28:38 UTC
I.e. an unintended consequence of changing from the traditional tree
view of templates to the mixed tree + list view. Not critical; the
Swing forms are still there if you click on the Java GUI Forms node;
just looks bad.
Comment 4 Jan Becicka 2007-09-19 12:46:10 UTC
Already fixed.
Comment 5 Quality Engineering 2007-09-20 10:22:40 UTC
Reorganization of java component