Skip to content

Commit bd76d49

Browse files
hansonrhansonr
authored andcommitted
JEditorPane comment out
1 parent cd31e38 commit bd76d49

File tree

6 files changed

+2
-3
lines changed

6 files changed

+2
-3
lines changed
-27 Bytes
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20210322204729
1+
20210323090237
-27 Bytes
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20210322204729
1+
20210323090237
432 Bytes
Binary file not shown.

sources/net.sf.j2s.java.core/src/swingjs/plaf/JSEditorPaneUI.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -823,7 +823,6 @@ public void scrollToReference(String ref) {
823823
if (r.get(0) != null) {
824824
SwingUtilities.invokeLater(()->{
825825
fn.scrollTop(0);
826-
System.out.println("later jsepui s2r " + r.offset().top + " " + fn.offset());
827826
fn.scrollTop(r.offset().top - fn.offset().top);
828827
});
829828
}

0 commit comments

Comments
 (0)