-
Bug
-
Resolution: Fixed
-
P2
-
1.0
-
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.
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.