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 - Solve too much blinking of document tabs
Summary: Solve too much blinking of document tabs
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 3.x
Hardware: PC All
: P3 blocker (vote)
Assignee: _ tboudreau
URL:
Keywords:
Depends on:
Blocks: 36013 36144
  Show dependency tree
 
Reported: 2003-09-10 16:27 UTC by David Simonek
Modified: 2008-12-22 23:43 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.