Search:

Type: Posts; User: voltaire

Search: Search took 0.20 seconds.

  1. Replies
    2
    Views
    6,038

    [SOLVED] Re: implements MouseListener doesn't work why

    I solved it myself .. :D

    When to implement an abstract interface, I should provide the code for all the abstract methods to get my code to compile and work... if I don't want the method to does...
  2. Replies
    2
    Views
    6,038

    [SOLVED] implements MouseListener doesn't work why

    The problem is in RED

    the code that is in red is not compiled ... why .. What I missed in my code


    package promouseevent;
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
Results 1 to 2 of 2