How does JGraph paint its cells?
Abstract: JGraph is a non-trivial Swing component that is based on the Swing MVC pattern. It closely follows the implementation of JTree, which is part of Swing. JGraph uses additional concepts from Swing’s Element interface, which is Swing’s equivalent of JGraph’s GraphCell interface. _ R_ e_ a_ d the article about the element interface. Renderers do not paint cells, they paint objects that…