Skip to content

Instantly share code, notes, and snippets.

@yakutozcan
Last active August 29, 2015 14:19
Show Gist options
  • Save yakutozcan/5a968a8614b9ae586ec6 to your computer and use it in GitHub Desktop.
Save yakutozcan/5a968a8614b9ae586ec6 to your computer and use it in GitHub Desktop.
private void Sayi1MouseClicked(java.awt.event.MouseEvent evt) {
Sayi1.setText(null);
}
private void Sayi2MouseClicked(java.awt.event.MouseEvent evt) {
Sayi2.setText(null);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment