MCPcopy Create free account
hub / github.com/Singular/Singular / refresh

Method refresh

Singular/LIB/surfex/SurfexStartFrame.java:105–116  ·  view source on GitHub ↗
(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

Calls 1

setValueMethod · 0.45

Tested by

no test coverage detected