Pls say me, how can i place the label in all co-ordinates while drawing a graph?
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35258
7
posted
0
Unless you want to use absolute positioning to put a Label (or JLabel) on the canvas (which is tricky), you can use the Graphics.drawchars method to paint strings of text at particular positions.
Duplicate of this thread - closing this one. Shalini, please stop posting duplicate questions - if you have additional information about a question, you can post a reply to your own original question. Having duplicate posts about the same question duplicates effort (because different people may answer each of your duplicate questions) and it also makes it harder for others that may have the same problem to find all the information associated with this question. [ September 28, 2007: Message edited by: Nathan Pruett ]
-Nate
Write once, run anywhere, because there's nowhere to hide! - /. A.C.
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.