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

printAll does not work

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P2 P2
    • 1.1
    • 1.0
    • client-libs
    • 1.1
    • sparc
    • solaris_2.5
    • Not verified

      It appears that the printAll operation is non-functional. At least for Solaris/Motif, if you have a print function like:

          public void print(Graphics g) {
      paintBackgroundAndBorder(g);

      // print all should work -- doesn't.
      printAll(g);

          }

      The print function will be called, the (non-AWT) paintBackgroundAndBorder will be called
      and execute successfully, but printAll to print the child components appears to have
      no effect.

            tballsunw Tom Ball (Inactive)
            sbyrnesunw Steven Byrne (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: