CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: Azteka1337

Search: Search took 0.04 seconds.

  1. Thread: JSlider...

    by Azteka1337
    Replies
    7
    Views
    5,999

    Re: JSlider...

    New ball:


    import java.awt.*;
    import java.awt.geom.*;

    public class Boll implements FlyttaBoll, RitaBoll
    {
    private int x;
    private int y;
  2. Thread: JSlider...

    by Azteka1337
    Replies
    7
    Views
    5,999

    Re: JSlider...

    Ok, have moved it now. But I have tried everything now, and I can't solve it :-(
    Really need help with this one.
  3. Thread: JSlider...

    by Azteka1337
    Replies
    7
    Views
    5,999

    Re: JSlider...

    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....
  4. Thread: JSlider...

    by Azteka1337
    Replies
    7
    Views
    5,999

    JSlider...

    Can't get the JSlider to work, why ?



    import java.awt.*;
    import javax.swing.*;
    import java.util.Random;

    public class Main
    {
  5. Replies
    3
    Views
    850

    Re: Threads, balls..

    Ok, thanks. Have to take a look at my files now :)
  6. Replies
    3
    Views
    850

    Threads, balls..

    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...
Results 1 to 6 of 6





Click Here to Expand Forum to Full Width

Featured