Skip to content

Commit

Permalink
remove port number
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmyDunne committed Sep 16, 2019
1 parent b5f2519 commit af94f83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@
</Property>
<Property name="lineWrap" type="boolean" value="true"/>
<Property name="rows" type="int" value="5"/>
<Property name="text" type="java.lang.String" value="To sustain the OpenSim project, please acknowledge us by citing the paper entitled &quot;OpenSim: Simulating musculoskeletal dynamics and neuromuscular control to study human and animal movement.&quot; https://doi.org/10.1371/journal.pcbi.1006223&#xa;&#xa;For additional details about how to acknowledge model, software, and simulation developers in your work, see https://simtk-confluence.stanford.edu:8443/display/OpenSim/License+for+OpenSim+4.0+and+Later"/>
<Property name="text" type="java.lang.String" value="To sustain the OpenSim project, please acknowledge us by citing the paper entitled &quot;OpenSim: Simulating musculoskeletal dynamics and neuromuscular control to study human and animal movement.&quot; https://doi.org/10.1371/journal.pcbi.1006223&#xa;&#xa;For additional details about how to acknowledge model, software, and simulation developers in your work, see https://simtk-confluence.stanford.edu/display/OpenSim/License+for+OpenSim+4.0+and+Later"/>
<Property name="wrapStyleWord" type="boolean" value="true"/>
<Property name="alignmentY" type="float" value="0.0"/>
<Property name="margin" type="java.awt.Insets" editor="org.netbeans.beaninfo.editors.InsetsEditor">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ private void initComponents() {
jTextArea5.setFont(new java.awt.Font("Tahoma", 0, 11)); // NOI18N
jTextArea5.setLineWrap(true);
jTextArea5.setRows(5);
jTextArea5.setText("To sustain the OpenSim project, please acknowledge us by citing the paper entitled \"OpenSim: Simulating musculoskeletal dynamics and neuromuscular control to study human and animal movement.\" https://doi.org/10.1371/journal.pcbi.1006223\n\nFor additional details about how to acknowledge model, software, and simulation developers in your work, see https://simtk-confluence.stanford.edu:8443/display/OpenSim/License+for+OpenSim+4.0+and+Later");
jTextArea5.setText("To sustain the OpenSim project, please acknowledge us by citing the paper entitled \"OpenSim: Simulating musculoskeletal dynamics and neuromuscular control to study human and animal movement.\" https://doi.org/10.1371/journal.pcbi.1006223\n\nFor additional details about how to acknowledge model, software, and simulation developers in your work, see https://simtk-confluence.stanford.edu/display/OpenSim/License+for+OpenSim+4.0+and+Later");
jTextArea5.setWrapStyleWord(true);
jTextArea5.setAlignmentY(0.0F);
jTextArea5.setMargin(new java.awt.Insets(0, 5, 0, 0));
Expand Down

0 comments on commit af94f83

Please sign in to comment.