20 Questions in java

done for ECE 2420
Your browser does not support Java, or Java is not enabled.
I have get 3 errors to fix:
Player.java:88: '}' expected.
      }
       ^
Player.java:90: Statement expected.
      public void paint(Graphics g){
      ^
Player.java:105: Class or interface declaration expected.
  }
  ^
3 errors  

The java source code.
Back to sitemap.html