Search:
Type: Posts; User: Azteka1337
Search:
Search took 0.01 seconds.
-
New ball:
import java.awt.*;
import java.awt.geom.*;
public class Boll implements FlyttaBoll, RitaBoll
{
private int x;
private int y;
-
Ok, have moved it now. But I have tried everything now, and I can't solve it :-(
Really need help with this one.
-
I want to change the speed of the balls, nothing happens when I drag the slider...
Ok, have changed now to BorderLayout.CENTER and BorderLayout.SOUTH, thanks!
Can post everything, all my files....
-
Can't get the JSlider to work, why ?
import java.awt.*;
import javax.swing.*;
import java.util.Random;
public class Main
{
-
Ok, thanks. Have to take a look at my files now :)
-
Hi, i'm new with threads in java and really need some help right now.
I want the program to add some balls, one after another with 1s interval...
I know that I have to implement Runnable...
|
Click Here to Expand Forum to Full Width
|