Searched refs:printShell (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/swing/text/
H A DTextComponentPrintable.java83 * The implementation creates a new {@code JTextComponent} ({@code printShell})
88 * {@code printShell} is laid out on the first {@code print} invocation.
119 private final JTextComponent printShell; field in class:TextComponentPrintable
293 this.printShell = createPrintShell(textComponent);
298 * creates a printShell.
304 * printShell for
517 headerFont, printShell.getForeground());
523 footerFont, printShell.getForeground());
526 Insets borderInsets = border.getBorderInsets(printShell);
538 border.paintBorder(printShell, g2
[all...]

Completed in 29 milliseconds