Search:

Type: Posts; User: mingming8888

Search: Search took 0.17 seconds.

  1. Replies
    5
    Views
    1,726

    Re: wrong graphics

    Because my x and y is a double value, is it i can passed a double value into it? i want to be more accurate, so i want it to be a double value for x and y.
  2. Replies
    5
    Views
    1,726

    wrong graphics

    private void drawNode(double x, double y, double no, Graphics g) {
    g.fillOval(x, y, 17, 17); // draw an oval which is filled with the current color
    g.setColor(blue); // set current color to...
Results 1 to 2 of 2