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 25936 - Source code for first form does become current in the source editor
Summary: Source code for first form does become current in the source editor
Status: VERIFIED WONTFIX
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 3.x
Hardware: All All
: P4 blocker (vote)
Assignee: Peter Zavadsky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-07-24 00:36 UTC by eadams
Modified: 2008-12-23 09:28 UTC (History)
2 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 eadams 2002-07-24 00:36:10 UTC
This is an odd one.

Using a new installation of NB 3.4 Beta 3.

I mounted a directory, and then did New -> Java GUI Forms -> JFrame
and Form Editor came up and the generated sources were displayed
in the Source Editor.   However, the generated sources did not become
the current tab in the Source Editor, the Welcome Screen continued to
be the current tab.

Creating a second form correctly fronted the sources for the second one.

I repeated the same sequence but did an New -> Java Classes -> Class
instead its its sources were correctly fronted.  Therefore, I suspect this
is a form editor problem.
Comment 1 Tomas Pavek 2002-07-25 16:12:55 UTC
If you switch the the GUI Editing first, it does not matter if you
open form or java only -- welcome page is selected in the editor. This
might be some winsys issue... 
Comment 2 Marian Mirilovic 2003-11-26 12:57:49 UTC
Because Window System v1 will not be supported from now by our team, all old
winsys issues (now "core/window system v1" issues) are going to be closed as
WONTFIX. 

Changes in API which emerged both from UI spec 
and problems with adjusting to the older API are described in the document
http://core.netbeans.org/windowsystem/changes.html.
 It shows also recommends how the client code should be adjusted to the new
window system.

If you think this issue apply also to the new winsys then change the
subcomponent (to "core/window system") and REOPEN it.
Comment 3 Marian Mirilovic 2004-02-27 14:12:36 UTC
issue doesn't apply to new window system - verified