Skip to content

Instantly share code, notes, and snippets.

@cyberpirate92
Last active February 6, 2017 06:49
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save cyberpirate92/1dae369a4002ec457e74cfdba8892d40 to your computer and use it in GitHub Desktop.
Temp #1
public void mouseScrolled(MouseEvent arg0) {
if(arg0.count == -3) {
if(!allLinesRead) {
loadLines(traceFileName);
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment