Search:

Type: Posts; User: newbie

Search: Search took 0.07 seconds.

  1. Thread: JPanel padding?

    by newbie
    Replies
    4
    Views
    5,636

    Re: JPanel padding?

    public BouncingBalls() {
    b1 = new Thread(ball1);
    b2 = new Thread(ball2);
    b3 = new Thread(ball3);
    controlPanel();
    }

    private void controlPanel() {
    ...
  2. Thread: JPanel padding?

    by newbie
    Replies
    4
    Views
    5,636

    JPanel padding?

    I'm currently in the process of writing a bouncing ball program with threads. The program will bounce 3 balls concurrently.

    I add a border around one instance of the Ball class, which extends...
Results 1 to 2 of 2