In Filthy Rich Clients this code is presented:
public ImageLoadingWorker(JTextArea log, JPanel viewer, String... filenames) {}
What exactly does ... mean?
It's used for variable arguments.
It means all parameters passed to ImageLoadingWorker
starting with the third one can be accessed using a String
array called filenames
.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With