Force-Directed Edge Bundling
|
This class represents the control panel which contains all control elements of the GUI. More...
Inherits JPanel.
Public Member Functions | |
DrawPanel (MainWindow window) | |
Creates the panel. | |
void | updateProgress (int progress) |
Updates the progress bar with the specified value. More... | |
Private Member Functions | |
void | addListeners () |
Adds ActionListeners to the control elements. | |
This class represents the control panel which contains all control elements of the GUI.
Definition at line 25 of file DrawPanel.java.
void DrawPanel.updateProgress | ( | int | progress) |
Updates the progress bar with the specified value.
progress | The current progress value. |
Definition at line 119 of file DrawPanel.java.