FuguTabetai Shifu


Joined: 10 Feb 2003 Posts: 2497 Location: Tokyo, Japan
|
Posted: Mon Jul 26, 2004 10:42 am Post subject: Possibly going to do a major overhaul of GMAO's painting |
|
|
I don't know if anyone is using GAMO besides myself, but I have been playing around lately with having Annotations extend the JComponent class, making them a full-fledged Swing type component. Doing this would speed up a few things possibly. Right now, when GMAO paints a page, it paints the background picture, then paints every Annotation. If they were components, then only the ones that need to update would be painted.
I'm not sure that there is a real benefit, except that that is how I should have done it in the first place. |
|