Search:

Type: Posts; User: Kong_Han_Dao

Search: Search took 0.09 seconds.

  1. Replies
    2
    Views
    1,229

    Re: Help in Java

    i cannot find it can you help me
  2. Replies
    4
    Views
    9,622

    Re: JButton on JPanel

    import java.awt.*;
    import java.awt.geom.*;
    import javax.swing.*;
    import java.awt.event.MouseListener;
    import java.awt.event.MouseEvent;


    public class Week1MouseEventsQ6 extends JFrame
    {...
  3. Replies
    2
    Views
    1,229

    Help in Java

    hello everyone : I dont understand why we need to first declare the boolean as false :boolean clickControl = false;
    and then true and then true again please help .... here is the code:


    import...
Results 1 to 3 of 3