Forums Register Login

Problem on drawing on panel

+Pie Number of slices to send: Send
Hello
Can any one tell me how can i use draw string on panel
thanks in advance
Dhiraj
+Pie Number of slices to send: Send
Text rending is sone using drawString method in Graphics class as:
void drawString( String str, int i, int j)
this draws the string str with i,j as the coordinates of the baseline of the first character in the string.
the above method can be used in conjunction with the getGraphics() method of the component class to solve your problem.
+Pie Number of slices to send: Send
"dhirajsrivastava"
The Java Ranch has thousands of visitors every week, many with surprisingly similar names. To avoid confusion we have a naming convention, described at http://www.javaranch.com/name.jsp . We require names to have at least two words, separated by a space, and strongly recommend that you use your full real name. Please log in with a new name which meets the requirements.
Thanks.
+Pie Number of slices to send: Send
Put the code that shweta showed in the paint() method of the Panel ( you would probably want to sub-class Panel and make a MyPanel class that draws the string).

[This message has been edited by Cindy Glass (edited October 09, 2001).]
+Pie Number of slices to send: Send
Thanks
I will try and then reply
thanks to both shweta and cindy
dhiraj
Cob is sand, clay and sometimes straw. This tiny ad is made of cob:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com


reply
reply
This thread has been viewed 787 times.
Similar Threads
JPanel
JPanel scroll bar
JPanel question ...
Border Layout
Displaying inputfield or dropdownbox depending on condition
More...

All times above are in ranch (not your local) time.
The current ranch time is
Mar 28, 2024 11:58:15.