Public Member Functions | |
ProgressOverlay () | |
void | setVisible (boolean state) |
void | actionPerformed (ActionEvent e) |
A ProgressBar overlay in an undecorated JDialog
. This should be activated when longer calculations are made. The user can't click anywhere else while it's visible.
|
inline |
Instantiates a new progress bar.
|
inline |
An implemented ActionListener
which allows to exit the program when the Quit-button is clicked.
e | an ActionEvent |
|
inline |
Overwriting the original setVisible function to always set position in center of screen if it's set to visible.