Search:

Type: Posts; User: Django

Search: Search took 0.07 seconds.

  1. Replies
    14
    Views
    1,775

    Re: problem with coordinates (GUI)

    i will try, thanks anyway
  2. Replies
    14
    Views
    1,775

    Re: problem with coordinates (GUI)

    that's the point, in post #9 stayed centered, but when i try for post #11 it doesnt work good. same code and no changes , but different input works insane.
    can u do me a favor and tell me why is it...
  3. Replies
    14
    Views
    1,775

    Re: problem with coordinates (GUI)

    yes , the problem is the red ball moves on the edge of line and doesnt stay centered, for example try these new inputs, between 2 first point it is on the center of the line , but after that between...
  4. Replies
    14
    Views
    1,775

    Re: problem with coordinates (GUI)

    here is the input:
    How many positions?:

    5
    Write positions in each line seperated by comma. Ex.
    X1,Y1
    X2,Y2

    10,40
    40,60
  5. Replies
    14
    Views
    1,775

    Re: problem with coordinates (GUI)

    Hi Norm,
    thanks for reply,
    there is no problem to execute the code, my question is when i run the code, in the animation part, should a red marker follow the line between to positions, but the red...
  6. Replies
    14
    Views
    1,775

    coordinates (GUI)

    Hi
    i have written a java code (GUI) , which a red marker (red point) should follow a line between 2 positions, the program works good but the red point is not exact on the line (it just moves one t...
  7. Replies
    14
    Views
    1,775

    Re: problem with coordinates (GUI)

    import java.util.LinkedList;
    import java.util.ListIterator;
    import javax.swing.*;
    import java.awt.event.*;


    public class AnimPos extends JFrame
    {
    private JavaGrafikPanel1 jpnl;...
  8. Replies
    14
    Views
    1,775

    problem with coordinates (GUI)

    Hi everybody
    i have written a java code (GUI) , which a red marker (red point) should follow a line between 2 positions, the program works good but the red point is not exact on the line (it just...
Results 1 to 8 of 8