So I find myself in an unknown environment, that being programming and java, with a tool I have barely poked at that being netbeans, needing to form an interactive graphic to show an angle in degrees.
So in the beginning I would imagine centre point, 0.0, then a line represeting the fixed radius(or dynamic which ever is simpler to implement). This line would eminate from the point of origin to the mouse pointer (toward it if static or all the way to the pointer if dynamic).
When the mouse is moved, the line starts to draw a sector, or pizza slice which ever you prefer, showing the current angle at the centre, up to full 360 degrees, or a perfect circle.
I don't have any code to present as this really isn't my forte, but if anyone could point me to some tutorials that directly concern what I want to do, or has any step by step instructions or ideas to get me moving toward this goal, it would be very greatly appreciated!
Noobs and code, terrible match up