-
-
-
-
Serialized Fields
-
endButton
JButton endButton
The UI's exit button.
-
goButton
JButton goButton
The UI's start button.
-
helpButton
JButton helpButton
The UI's help button.
-
imageDirectorySelector
de.aikiit.fotorenamer.gui.ImageDirectorySelector imageDirectorySelector
Component that selects the directory to work on.
-
infoButton
JButton infoButton
The UI's info/versioning button.
-
revertButton
JButton revertButton
The UI's revert renaming button.
-
-
Serialized Fields
-
currentState
AtomicInteger currentState
Current success rate/counter.
-
delayInUI
int delayInUI
Amount of seconds the UI sleeps in order to give a
user a chance to read the screen,
this value is calculated dynamically
depending on the amount of pictures to be processed.
-
progressBar
JProgressBar progressBar
The visual progress bar.
-
textInfo
JLabel textInfo
Text field to show current file or other information during run.