Module org.jpo
Package org.jpo.gui

Class ReconcileJFrame

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, RootPaneContainer, WindowConstants

public class ReconcileJFrame extends JFrame
This class creates a GUI where the user can specify a directory against which he wants to reconcile the pictures in the current collection. When the reconciliation is started the results are displayed in a JTextArea.

The user can choose whether only missing files are to be shown or whether the reconciliation should also show the matched files.

See Also:
  • Constructor Details

    • ReconcileJFrame

      public ReconcileJFrame(SortableDefaultMutableTreeNode startNode)
      Creates a JFrame with the GUI elements and buttons that can start and stop the reconciliation. The reconciliation itself runs in its own SwingWorker.
      Parameters:
      startNode - The node which should be used as a starting point for the reconciliation.