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 32213

Summary: Implement model
Product: platform Reporter: Peter Zavadsky <pzavadsky>
Component: Window SystemAssignee: Peter Zavadsky <pzavadsky>
Status: RESOLVED FIXED    
Severity: blocker CC: mslama
Priority: P3    
Version: 3.x   
Hardware: PC   
OS: All   
Issue Type: TASK Exception Reporter:
Bug Depends on: 32218, 32335    
Bug Blocks: 29836    

Description Peter Zavadsky 2003-03-24 08:03:56 UTC
Model's responsibility is keep the window system
data in consistent state. Manage their updates at
low-level, i.e. quarranty a thread safety, and
consistency.
Comment 1 Peter Zavadsky 2003-05-13 08:36:28 UTC
Done: package org.netbeans.core.windows.model.*