View Single Post
  #2 (permalink)  
Old 08-03-2007, 04:14 PM
gabriel gabriel is offline
Member
 
Join Date: Jul 2007
Posts: 41
gabriel is on a distinguished road
1) are both classes in the same package?
2) you have to write
Code:
Card card = new Card(); card.main();
in the main of the menu class
Reply With Quote