Added new Gui with Progress Bar when editing a Replay using the ReplayEditor | https://trello.com/c/uGFDgv6E/
Added ProgressUpdateListener interface for the use with ProgressBars
This commit is contained in:
@@ -17,6 +17,10 @@ public class GuiProgressBar extends Gui {
|
||||
|
||||
private String progressString = null;
|
||||
|
||||
public GuiProgressBar() {
|
||||
this(0, 0, 0, 0);
|
||||
}
|
||||
|
||||
public GuiProgressBar(int xPosition, int yPosition, int width, int height) {
|
||||
this(xPosition, yPosition, width, height, 0);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user