small fix
This commit is contained in:
parent
812bf26b3c
commit
95912b8343
@ -101,7 +101,7 @@ public class MainWindow implements Runnable, RipStatusHandler {
|
|||||||
mainFrame.setVisible(true);
|
mainFrame.setVisible(true);
|
||||||
}
|
}
|
||||||
|
|
||||||
public synchronized static void status(String text) {
|
private void status(String text) {
|
||||||
statusLabel.setText(text);
|
statusLabel.setText(text);
|
||||||
mainFrame.pack();
|
mainFrame.pack();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user