Advertisement
alduncin

semaforos.java

Sep 4th, 2012
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.16 KB | None | 0 0
  1. package SemaforoGUI;
  2. public class semaforos
  3. {
  4.     public static void main(String[] args) {
  5.     trafico valor=new trafico();
  6.     valor.start(); //Start Thread
  7.     }
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement