File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
src/main/java/com/marginallyclever/nodegraphcore Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 11package com .marginallyclever .nodegraphcore ;
22
3+ import com .marginallyclever .nodegraphcore .json .RectangleDAO4JSON ;
4+ import com .marginallyclever .nodegraphcore .port .Input ;
35import com .marginallyclever .nodegraphcore .port .Output ;
46import com .marginallyclever .nodegraphcore .port .Port ;
5- import com .marginallyclever .nodegraphcore .port .Input ;
6- import com .marginallyclever .nodegraphcore .json .RectangleDAO4JSON ;
77import org .json .JSONArray ;
88import org .json .JSONException ;
99import org .json .JSONObject ;
1313import java .awt .*;
1414import java .util .ArrayList ;
1515import java .util .List ;
16- import java .util .Objects ;
1716import java .util .UUID ;
1817import java .util .concurrent .atomic .AtomicInteger ;
1918
@@ -421,6 +420,6 @@ public void setComplete(int percent) {
421420 * @return an icon for this node or null if no icon is defined.
422421 */
423422 public Icon getIcon () {
424- return new ImageIcon (Objects . requireNonNull ( getClass (). getResource ( " icons8-question-mark-16.png")) );
423+ return new ImageIcon ("com/marginallyclever/nodegraphcore/ icons8-question-mark-16.png" );
425424 }
426425}
You can’t perform that action at this time.
0 commit comments