Search:

Type: Posts; User: Mr.777

Search: Search took 0.08 seconds.

  1. Re: Problem with actionlistener/drop-down-menu (for a queue)

    Well, morning guys.... Happy to see that you atleast got some point to see Java's strength :) Good Luck and if you got any problem, let us know.
  2. Re: Problem with actionlistener/drop-down-menu (for a queue)

    Totally wrong. It's actually that you didn't properly learn it or use it.
  3. Re: Problem with actionlistener/drop-down-menu (for a queue)

    Well, we don't know what is your application's design, what do you want to do....
    But if you want to call a function from other class, we've just told you. We don't know the very logic of your...
  4. Re: Problem with actionlistener/drop-down-menu (for a queue)

    You must look how to call the methods of other class. Well, PersonEinfuegen() is not a static method so you must call it from some object which is actually referencing Liste.
  5. Re: Problem with actionlistener/drop-down-menu (for a queue)

    Where is your code?
  6. Re: Problem with actionlistener/drop-down-menu (for a queue)

    You want to access Class B methods in Class A? If it's so, you must look into if Class B is visible to Class A, if it's visible, create an instance and use it's methods wherever you want(but only if...
Results 1 to 6 of 6