Skip to content

Commit 639f5f4

Browse files
hansonrhansonr
authored andcommitted
FrameViewer restored legacy method
1 parent a05b714 commit 639f5f4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

sources/net.sf.j2s.java.core/src/swingjs/JSFrameViewer.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,11 @@ public boolean setStatusDragDropped(int mode, int x, int y, String fileName) {
161161
return false;
162162
}
163163

164+
@Deprecated
165+
public void startHoverWatcher(boolean enable) {
166+
// this was for legacy JSmol
167+
}
168+
164169
public Graphics getGraphics() {
165170
return getGraphics(0, 0, top);
166171
}

0 commit comments

Comments
 (0)