Search:

Type: Posts; User: blueroselara

Search: Search took 0.26 seconds.

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

    That was a nice idea, I didn't thought of simply letting some new windows pop up! I still don't know how to realize it at all but I will start trying it. Thanks for this hint, but I guess I have to...
  2. Re: Problem with actionlistener/drop-down-menu (for a queue)

    Okay then it's my fault for not understanding it, I'm sorry.

    But to get to the point, I have this program which works very properly over the console: I have a queue where I can input informations...
  3. Re: Problem with actionlistener/drop-down-menu (for a queue)

    Because if it's too complicated to turn the console stuff into the GUI I consider breaking it down and start the whole stuff anew with a total new GUI refering program but it would be very sad...
  4. Re: Problem with actionlistener/drop-down-menu (for a queue)

    Ah okay I get the point thanks for that it was stupid and not really what I meant.

    It's more like, how can I simply make a button which calls the method from the other class up? Can you give me an...
  5. Re: Problem with actionlistener/drop-down-menu (for a queue)

    So this is my actionlistener in class GUI


    class PersonEinfuegenActionListener implements ActionListener
    {
    public void actionPerformed(ActionEvent event)
    {
    ...
  6. Re: Problem with actionlistener/drop-down-menu (for a queue)

    Okay thanks, it's now saying
    But it's really not static!
    Oh please would anybody check my codes, I'm really going crazy with this :(
  7. Re: Problem with actionlistener/drop-down-menu (for a queue)

    Thanks for your answer. No it's not just the actionlistener, it's the whole GUI (but yeah, mainly the actionlistener).
    I tried writing an example here but it's just to complex because of the 3...
  8. Problem with actionlistener/drop-down-menu (for a queue)

    Hello there,
    I really don't get it. I'm sitting over this programs since months and I just can't get through.

    Here's the problem:
    I have created a wonderful working program (queue) implying 3...
Results 1 to 8 of 8