Search:

Type: Posts; User: Shania_01

Search: Search took 0.40 seconds.

  1. Re: How to draw a small square(handles) on the edge of a circle at each quadrant?

    Hello, i tried the +/- x and +/- y directions. I modified the code so that i can draw the circle on mouse click and i use mouse dragged so that i can drag it to any locations. But i when i run the...
  2. How to draw a small square(handles) on the edge of a circle at each quadrant?

    Hello, does anyone know how i can draw a small handle (square) on the edge of the circle at each quadrant( for e.g at the north,east,west and south quadrants) I used general path to draw the circle,...
  3. Replies
    3
    Views
    1,079

    Re: Drawing Image in Java

    How can i create an image that is saved in the class? I tried using BufferedImage instead of Image and i include this :



    public void PaintBuilding(Graphics2D offScreenG2D, int x, int y){
    ...
  4. Replies
    3
    Views
    1,079

    Drawing Image in Java

    Hello, I add a second button to paint a second image on the screen, however when i select the second radio button it is overriding the first image which was previously drawn. How can i solve this? I...
  5. Replies
    1
    Views
    977

    Set and get method problem in java

    Hello I am using a set method to set an index and a get method to return the index, and if index is 1,it should call a method which draws an image. But the index is not changing, and the image is not...
  6. Replies
    1
    Views
    829

    Set and get issues in java.

    Hello I am using a set method to set an index and a get method to return the index, and if index is 1,it should call a method which draws an image. But the index is not changing, and the image is not...
Results 1 to 6 of 6