Problems and Bugs


  1. Figures that are drawn with XOR mode show up as lines with spaces when the pen is wider than one. This is caused by Painter when it draws overlapping lines to avoid resolution independence problems. Painter will eventually be rewritten if Javasoft does not come up with a better Graphics class. Perhaps there is a existing solution to this problem on the net?
  2. The larger SgraphicsAdapter is, the slower it paints when double buffering is enabled. This is caused by the size of the buffer, which is equal to the size of the adapter. Eventually, a more efficient method of buffering will be developed. This is only a quality of implementation issue. Perhaps someone who has done this before would like to do it?