All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.jdesktop.swingworker.SwingWorker.rej Maven / Gradle / Ivy

***************
*** 6,27 ****
   */
  package javax.swing;
  
  import java.beans.PropertyChangeListener;
  import java.beans.PropertyChangeSupport;
  import java.util.List;
  import java.util.ArrayList;
  import java.util.Collections;
  
  import java.util.concurrent.*;
  import java.util.concurrent.locks.*;
  
  import java.awt.event.*;
  
  import javax.swing.SwingUtilities;
- import javax.swing.event.SwingPropertyChangeSupport;
- 
  
  import sun.awt.AppContext;
  import sun.swing.AccumulativeRunnable;
  
  /**
--- 6,26 ----
   */
  package javax.swing;
  
  import java.beans.PropertyChangeListener;
  import java.beans.PropertyChangeSupport;
+ import java.beans.PropertyChangeEvent;
  import java.util.List;
  import java.util.ArrayList;
  import java.util.Collections;
  
  import java.util.concurrent.*;
  import java.util.concurrent.locks.*;
  
  import java.awt.event.*;
  
  import javax.swing.SwingUtilities;
  
  import sun.awt.AppContext;
  import sun.swing.AccumulativeRunnable;
  
  /**
***************
*** 229,239 ****
      private final FutureTask future;
  
      /**
       * all propertyChangeSupport goes through this.
       */
!     private final SwingPropertyChangeSupport propertyChangeSupport;
  
      /**
       * handler for {@code process} mehtod.
       */
      private AccumulativeRunnable doProcess;
--- 228,238 ----
      private final FutureTask future;
  
      /**
       * all propertyChangeSupport goes through this.
       */
!     private final PropertyChangeSupport propertyChangeSupport;
  
      /**
       * handler for {@code process} mehtod.
       */
      private AccumulativeRunnable doProcess;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy