Search:

Type: Posts; User: tim8w

Search: Search took 0.08 seconds.

  1. Replies
    1
    Views
    1,093

    Re: Mimicking a JButton Click

    Got it to work by doing the following:


    @Override
    public void doClick()
    {
    if (isEnabled())
    {
    ...
  2. Replies
    1
    Views
    1,093

    Mimicking a JButton Click

    Hi,
    I have calss JPButton that extends JButton. It basically is a graphical button that shifts 1 pixel to the right and down when mousePressed(), and shifts back when mouseReleased(). Both of those...
Results 1 to 2 of 2