Search:

Type: Posts; User: Django

Search: Search took 0.09 seconds.

  1. Replies
    1
    Views
    870

    mouse event code help

    i need a java code which by mouse click make a thin line to a thick line?

    thanks
  2. Thread: how to read URL

    by Django
    Replies
    10
    Views
    986

    Re: how to read URL

    question wants to get value by user and get the value from website, the first part (value by user) works good but problem is how to call that subclass in main method to be readable, i have tried to...
  3. Thread: how to read URL

    by Django
    Replies
    10
    Views
    986

    Re: how to read URL

    look post #1 for code, here is result from execution of program:

    as told before, it shows nothing about taking temp from a url ,website. please just show me how to define it into main method to...
  4. Thread: how to read URL

    by Django
    Replies
    10
    Views
    986

    Re: how to read URL

    Norm, i think i couldnt explain what i mean exactly. could u please do me favor , Can i zip all the file and send it to you, if u run the code once, u will get what mean.
  5. Thread: how to read URL

    by Django
    Replies
    10
    Views
    986

    Re: how to read URL

    when i execute program , it shows nothing about url and reading Temp online, because this has not been defined into main method to show something, this program contain many classes but here just come...
  6. Thread: how to read URL

    by Django
    Replies
    10
    Views
    986

    how to read URL

    Hi everybody
    i am a beginner in java programming,
    i want to read from url (which read a temperature from a website and then print it on screen, now subclass is:


    import java.net.*;
    import...
  7. Replies
    14
    Views
    1,768

    Re: problem with coordinates (GUI)

    i will try, thanks anyway
  8. Replies
    14
    Views
    1,768

    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...
  9. Replies
    14
    Views
    1,768

    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...
  10. Replies
    14
    Views
    1,768

    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
  11. Replies
    14
    Views
    1,768

    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...
  12. Replies
    14
    Views
    1,768

    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...
  13. Replies
    14
    Views
    1,768

    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;...
  14. Replies
    14
    Views
    1,768

    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 14 of 14