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 36025

Summary: Solve too much blinking of document tabs
Product: platform Reporter: David Simonek <dsimonek>
Component: Window SystemAssignee: _ tboudreau <tboudreau>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P3    
Version: 3.x   
Hardware: PC   
OS: All   
Issue Type: TASK Exception Reporter:
Bug Depends on:    
Bug Blocks: 36013, 36144    

Description David Simonek 2003-09-10 16:27:05 UTC
- refactor document views code so that all
painting is done through RepaintManager, it means
in paint method, not directly in mouse reaction code.

- check repaints size and refactor code so that
repainted regions are as small as possible.
Comment 1 David Simonek 2003-11-13 13:49:00 UTC
I believe Tim already adressed this, so passing to him.
Comment 2 _ tboudreau 2003-11-13 14:04:16 UTC
Did it well before the merge.