I need a little help with the JProgressBar component. My program copies files from one place to another using java.nio FileChannels. The actual copy method is transferFrom(). I've got two questions now.
JProgressBar
java.nio FileChannels
transferFrom()