There have been a few discussions about Brackeen’s NullRepaintMgr in this forum.
Does anyone know if installation of this NullRepaintMgr (via the EDT) eliminates the need to set Component.setIgnoreRepaint(true) for each Swing component?
Said another way, if one wants to eliminate OS-originated repaint calls, it would appear that setIgnoreRepaint must be called for EACH Swing component used (every panel, button, etc…). Some GUIs have ALOT of components! If one uses NRM above, does it intercept the OS repaint calls in addition to the EDT-originated repaint calls? - ie. does the OS call the EDT repaint manager to get it’s repaint done?
Thanks,