Method
refresh
(int progress, String Message)
Source from the content-addressed store, hash-verified
| 103 | } |
| 104 | |
| 105 | public void refresh(int progress, String Message){ |
| 106 | progressBar.setValue(progress); |
| 107 | // System.out.println(progress+Message); |
| 108 | String s = Message; |
| 109 | if (s != null) { |
| 110 | taskOutput.setText(s); |
| 111 | taskOutput.repaint(); |
| 112 | // taskOutput.append(s + newline); |
| 113 | // taskOutput.setCaretPosition( |
| 114 | // taskOutput.getDocument().getLength()); |
| 115 | } |
| 116 | } |
| 117 | } |
| 118 | |
Callers
nothing calls this directly
Tested by
no test coverage detected