hi
i hv one public class admins in one java file
and i hv another public class login in another java file
both files are in same folder login.
i want to use admins class in login class.
How can i do it,,?
>> extending cannot be possible because both classes hv already extended JFrame class
>> i also tried creating object of admin in login,,,but it gives error,,,
: cannot find symbol
symbol class admins
location class login.login
What is the way out,,?
plz help
thnks
HARLEEN