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 87267 - review changes in windows system mode properties xml
Summary: review changes in windows system mode properties xml
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords: API_REVIEW_FAST
Depends on:
Blocks: 87143
  Show dependency tree
 
Reported: 2006-10-17 09:42 UTC by Stanislav Aubrecht
Modified: 2008-12-22 18:55 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
patch (47.36 KB, patch)
2006-10-17 09:44 UTC, Stanislav Aubrecht
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Stanislav Aubrecht 2006-10-17 09:42:28 UTC
i want to enahnce window system to allow different, user-defined sizes for
slided-in windows. that means that user can make e.g. output window to cover the
whole screen when slided-in and keep other windows that are slided to the bottom
in the default smaller size.
so i have extended the DTD for window mode properties to include user's
preferred size (width or height) of a topcomponent when it is slided in.

the only change is in the DTD, no java api classes are affected, the change is
backwards compatible.
Comment 1 Stanislav Aubrecht 2006-10-17 09:44:00 UTC
Created attachment 35269 [details]
patch
Comment 2 Jesse Glick 2006-10-19 23:34:45 UTC
Looks OK.


mode-properties2_2.dtd file comments still claim it is 2.0.


Don't forget to publish a copy at: www/www/dtds/mode-properties2_2.dtd
Comment 3 Stanislav Aubrecht 2006-10-26 09:42:48 UTC
if there are no objections, i'll integrate this feature into trunk tomorrow
Comment 4 Stanislav Aubrecht 2006-10-27 14:42:17 UTC
merged to trunk