Thread
:
Calling a method in another class
View Single Post
#
2
(
permalink
)
08-03-2007, 04:14 PM
gabriel
Member
Join Date: Jul 2007
Posts: 41
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
gabriel
View Public Profile
Send a private message to gabriel
Find all posts by gabriel