Last active
May 29, 2019 02:40
-
-
Save rodriguesabner/d8837927f7acfe8804a6bd995917a2b0 to your computer and use it in GitHub Desktop.
Implementação dos métodos Runnable e ThreadFactory
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public class Menu extends javax.swing.JFrame implements Runnable, ThreadFactory { |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment