Customizing JProgressBar Look and Feel : JProgressBar « Swing « Java Tutorial






Property StringObject Type
ProgressBar.backgroundColor
ProgressBar.borderBorder
ProgressBar.cellLengthInteger
ProgressBar.cellSpacingInteger
ProgressBar.cycleTimeInteger
ProgressBar.fontFont
ProgressBar.foregroundColor
ProgressBar.highlightColor
ProgressBar.horizontalSizeDimension
ProgressBar.repaintIntervalInteger
ProgressBar.selectionBackgroundColor
ProgressBar.selectionForegroundColor
ProgressBar.shadowColor
ProgressBar.verticalSizeDimension
ProgressBarUIString










14.32.JProgressBar
14.32.1.JProgressBarJProgressBar
14.32.2.Creating a JProgressBar Component with an Unknown Maximum
14.32.3.A progress bar is used for lengthy tasks.
14.32.4.Labeling a JProgressBarLabeling a JProgressBar
14.32.5.Virtical JProgressBarVirtical JProgressBar
14.32.6.Creating a modal progress dialog
14.32.7.Set all the values at once by using the model
14.32.8.Using an Indeterminate JProgressBarUsing an Indeterminate JProgressBar
14.32.9.Displaying the Percentage Done on a JProgressBar Component
14.32.10.Getting and Setting the Values of a JProgressBar Component
14.32.11.Listening for Value Changes in a JProgressBar Component
14.32.12.Handling JProgressBar Events: notification of data model changes through a ChangeListenerHandling JProgressBar Events: notification of data model changes through a ChangeListener
14.32.13.ProgressBar and Task
14.32.14.SwingWorker and ProgressBar
14.32.15.Customizing JProgressBar Look and Feel