Print this page


Split Close
Expand all
Collapse all
          --- old/src/share/classes/sun/swing/PrintingStatus.java
          +++ new/src/share/classes/sun/swing/PrintingStatus.java
↓ open down ↓ 35 lines elided ↑ open up ↑
  36   36  import java.text.MessageFormat;
  37   37  import java.util.concurrent.atomic.AtomicBoolean;
  38   38  import java.lang.reflect.InvocationTargetException;
  39   39  
  40   40  /**
  41   41   * The {@code PrintingStatus} provides a dialog that displays progress
  42   42   * of the printing job and provides a way to abort it
  43   43   * <p/>
  44   44   * Methods of these class are thread safe, although most Swing methods
  45   45   * are not. Please see
  46      - * <A HREF="http://docs.oracle.com/javase/tutorial/uiswing/concurrency/index.html">Concurrency
       46 + * <A HREF="https://docs.oracle.com/javase/tutorial/uiswing/concurrency/index.html">Concurrency
  47   47   * in Swing</A> for more information.
  48   48   *
  49   49   * @author Alexander Potochkin
  50   50   * @since 1.6
  51   51   */
  52   52  
  53   53  public class PrintingStatus {
  54   54  
  55   55      private final PrinterJob job;
  56   56      private final Component parent;
↓ open down ↓ 262 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX