Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-1240824

fp.bugs 3895 awt.Component is "You can assume background..." correct?

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Not an Issue
    • Icon: P4 P4
    • None
    • 1.0
    • docs
    • sparc
    • solaris_2.5

      I'm unsure if these codebase comments are developer or documentation - please put this in the right place and email hagen@eng to let me know where it goes.

      From: Jarl Fransson <###@###.###>
      This does not look like form output to me.


      This is part of awt.Component. * @version 1.65, 12/14/95
      I wonder if " You can assume that the background is not cleared. " is
      correct or why is the g.fillRect(0, 0, width, height); in the code?
      Does it not work?

      /Jarl


       /**
           * Updates the component. This method is called in
           * response to a call to repaint. You can assume that
           * the background is not cleared.
           * @param g the specified Graphics window
           * @see #paint
           * @see #repaint
           */
          public void update(Graphics g) {
              g.setColor(getBackground());
              g.fillRect(0, 0, width, height);
              g.setColor(getForeground());
              paint(g);
          }

            flar Jim Graham
            bhagen Benjamin Hagen (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: