Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.java.gui > #1621

How do I find the source

From "lemmi" <lemmi@THRWHITE.remove-dii-this>
Subject How do I find the source
Message-ID <1179130396.683560.162910@e51g2000hsg.googlegroups.com> (permalink)
Newsgroups comp.lang.java.gui
Date 2011-04-27 15:34 +0000
Organization TDS.net

Show all headers | View raw


  To: comp.lang.java.gui
Hi there,

I have a scrollpane with a column view at the top and for some reason
it gets repainted when scrolling the center view even though that
shouldn't be necessary. My question is: what is the best way to find
out why and where the column header component's paintComponent()
method gets called? When I dump the stack trace inside the
paintComponent() method then it always only tells me that it was
called in the event loop thread. But the reason for this must be that
the reapaint() method was called earlier and the RepaintManager
decided to draw the dirty areas.

Dirk

---
 * Synchronet * The Whitehouse BBS --- whitehouse.hulds.com --- check it out free usenet!
--- Synchronet 3.15a-Win32 NewsLink 1.92
Time Warp of the Future BBS - telnet://time.synchro.net:24

Back to comp.lang.java.gui | Previous | Next | Find similar | Unroll thread


Thread

How do I find the source "lemmi" <lemmi@THRWHITE.remove-dii-this> - 2011-04-27 15:34 +0000

csiph-web