Description: This java program can be used to form a file operation queu such as selecting files that need to be copied or moved. These files can come from different locations. When all files are queued the user can start the operations. These will be handled serially as to minimize hdd swapping between sectors and optimizing performance.
To Search:
File list (Check if you may need any files):
CopyQueu
........\build
........\build.xml
........\.....\classes
........\CopyQ.jar
........\images
........\......\clear.png
........\......\Delete.png
........\......\file.png
........\......\folder.png
........\......\line.png
........\......\play.png
........\......\Thumbs.db
........\manifest.mf
........\nbproject
........\.........\build-impl.xml
........\.........\genfiles.properties
........\.........\private
........\.........\.......\config.properties
........\.........\.......\private.properties
........\.........\.......\private.xml
........\.........\project.properties
........\.........\project.xml
........\src
........\...\copyqueu
........\...\........\afterCompletion.java
........\...\........\Benchmark.java
........\...\........\CopyQ.java
........\...\........\GetFolderSize.java
........\...\........\getTotalFilesize.java
........\...\........\InteractiveTableModelListener.java
........\...\........\MyTableModel.java
........\...\........\setupColumns.java
........\...\........\Task.java
........\...\........\WorkFile.java