mirror of
https://github.com/hneemann/Digital.git
synced 2025-09-14 07:17:13 -04:00
fixed some checkstyle issues
This commit is contained in:
parent
fcc5e8dfad
commit
010c4574a1
@ -130,6 +130,12 @@ public class ExpressionCreator {
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the progress listener to use
|
||||
*
|
||||
* @param progressListener the progress listener
|
||||
* @return this for chained calls
|
||||
*/
|
||||
public ExpressionCreator setProgressListener(ProgressListener progressListener) {
|
||||
this.progressListener = progressListener;
|
||||
return this;
|
||||
|
@ -11,6 +11,9 @@ import de.neemann.gui.Screen;
|
||||
import javax.swing.*;
|
||||
import java.awt.*;
|
||||
|
||||
/**
|
||||
* A simple progress dialog which is used by the {@link ExpressionCreator}
|
||||
*/
|
||||
public class ProgressDialog extends JDialog implements ExpressionCreator.ProgressListener {
|
||||
private final JProgressBar bar;
|
||||
private int prog;
|
||||
|
Loading…
x
Reference in New Issue
Block a user