Search:

Type: Posts; User: Leonardo1143

Search: Search took 0.07 seconds.

  1. Re: Need to draw something with lines and loops

    Oh sorry for ambigious in my first post. But What I was wondering is how to loop it, effectively, and what are the coordinates. For example (x,x,x,x). What do each of those x's represent when i want...
  2. Need to draw something with lines and loops

    import javax.swing.*;
    import java.awt.Graphics;
    import java.awt.Color;

    public class MyDrawing_Start extends JFrame {
    public MyDrawing_Start() {
    add (new MyPanel());
    }

    public static...
Results 1 to 2 of 2