I would like to ask:
- Is it possible to have a
JProgressBar
that moves incessantly unless stopped explicitly? I know that the most common way to use aJProgressBar
is to listen for changes and to change the progress by using thesetValue()
. If it is , how ? - Can a
JProgressBar
be added to the cell of aJTable
. If so, how ?