Search:

Type: Posts; User: Norm

Search: Search took 0.08 seconds.

  1. Re: How do i user a Scanner that was imported in another Class? (student, beginner)

    Awkward and not recommended syntax. Pass a reference to in to the class that wants to use it instead of having a static variable.
  2. Re: How do i user a Scanner that was imported in another Class? (student, beginner)

    Please post some code that shows the problem.

    If you have defined a variable or method in one class at the class level and want to access it in another class, you need a reference to the class...
Results 1 to 2 of 2