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

Summary: review changes in windows system mode properties xml
Product: platform Reporter: Stanislav Aubrecht <saubrecht>
Component: Window SystemAssignee: Stanislav Aubrecht <saubrecht>
Status: RESOLVED FIXED    
Severity: blocker Keywords: API_REVIEW_FAST
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:
Bug Depends on:    
Bug Blocks: 87143    
Attachments: patch

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