View Single Post
  #1 (permalink)  
Old 11-19-2007, 07:35 PM
ravian ravian is offline
Senior Member
 
Join Date: Nov 2007
Posts: 115
ravian is on a distinguished road
SubClass problems
Please review the code below. I am getting errors.

Code:
public class DragosUniqueName { public static void main(String[] args) throws Exception { ... } private class myClass() { ... } }
Reply With Quote
Sponsored Links