mirror of
https://github.com/RipMeApp/ripme.git
synced 2025-07-31 02:50:15 +02:00
small fix
This commit is contained in:
@@ -101,7 +101,7 @@ public class MainWindow implements Runnable, RipStatusHandler {
|
||||
mainFrame.setVisible(true);
|
||||
}
|
||||
|
||||
public synchronized static void status(String text) {
|
||||
private void status(String text) {
|
||||
statusLabel.setText(text);
|
||||
mainFrame.pack();
|
||||
}
|
||||
|
Reference in New Issue
Block a user