Search:

Type: Posts; User: huddo

Search: Search took 0.07 seconds.

  1. Replies
    15
    Views
    4,898

    Re: MouseReleased event not being called

    thanks for that. i shall have a play around with the transfer handler
  2. Replies
    15
    Views
    4,898

    Re: MouseReleased event not being called

    import javax.swing.*;
    import java.util.ArrayList;
    import java.awt.*;
    import java.awt.event.*;
    import java.util.*;
    import java.io.*;


    /*
    * To change this template, choose Tools | Templates
  3. Replies
    15
    Views
    4,898

    Re: MouseReleased event not being called

    sorry for the late reply




    import javax.swing.*;
    import java.util.ArrayList;
    import java.awt.*;
    import java.awt.event.*;
    import java.util.*;
  4. Replies
    15
    Views
    4,898

    Re: MouseReleased event not being called

    what exactly do you want in the test program? would you like me to upload the whole package?
  5. Replies
    15
    Views
    4,898

    Re: MouseReleased event not being called

    after testing another program i think the new button isn't gaining focus and so the mouseReleased isn't being called. Is there a simple way of allowing the new button to gain the focus? maybe using...
  6. Replies
    15
    Views
    4,898

    Re: MouseReleased event not being called

    @aussiemcgr the button is an extension of JButton where i have added a couple of extra properties that i can use in other parts of the game. I am dragging the image from one button and then dropping...
  7. Replies
    15
    Views
    4,898

    MouseReleased event not being called

    Hi,

    i am trying to make a chess game and in order to do that I'm using a drag and drop method to move the characters.

    I have been able to implement a mouse adapter to drag and drop the...
Results 1 to 7 of 7