Search:

Type: Posts; User: lf2killer

Search: Search took 0.19 seconds.

  1. Replies
    5
    Views
    1,052

    Re: calling class in other class not working

    it is suppose to be a constructer call because I want to be able to use the entire array. but i have no idea how to make that call :S
  2. Replies
    5
    Views
    1,052

    Re: calling class in other class not working

    so i should make it like this: when i call my method?

    UsernameArrayHolder username = new UsernameArrayHolder();
    PasswordArrayHolder password = new PasswordArrayHolder();...
  3. Replies
    5
    Views
    1,052

    calling class in other class not working

    hi there :)
    i have this class here:


    public class UsernameArrayHolder {
    public String[] UsernameArrayHolder() { //need identifier
    ...
Results 1 to 3 of 3