Search:

Type: Posts; User: Freaky Chris

Search: Search took 0.09 seconds.

  1. Replies
    9
    Views
    3,889

    [SOLVED] Re: Drag and drop in MVC

    Seems odd that adding a mouse listener to a jframe would cause a stack overflow error.

    I'll look it over and see what I find

    I'm a University Student in England. Second year computer scientist....
  2. Replies
    9
    Views
    3,889

    [SOLVED] Re: Drag and drop in MVC

    I look forward to see how you managed to get on in the end. Hopefully I'll be around more often now to provide help as a break from my assignments ;)


    Chris
  3. Replies
    9
    Views
    3,889

    [SOLVED] Re: Drag and drop in MVC

    You need to add the method, addMouseListener(MouseListener l)to the class ColoredDotsAppView, then in your ColoredDotsAppController class in the constructor you can call...
  4. Replies
    9
    Views
    3,889

    [SOLVED] Re: Drag and drop in MVC

    You should make you ColouredDots class implementment the method, addMouseListener(MouseListener ml); and then your controller class can call ColouredDots.addMouseListener(new MouseListener());

    I...
Results 1 to 4 of 4