can any one help me about this GUI ?
i want create widow that have two part one left one at right
on the left panel i have some shape like fill circle and i have button and ...
i want when user click on fill circle at left panle then click on right panel
, exactly at just point fill circle be created and at right panle i whould be
able to animate those shape now :
i know i should use swing , awt , mouseListner and ...
but i should use what component for left panel ? such as : JPanel or JLayeredPane or ... ?
what i should to use component for right panel that i should be able to animate shape on it?
how i should get coordinate of point at right panel that mouse clicked?
and how create my shape that place at left panel on it?
thanks