Computer problems,Computer help
*AX SOFT>>>Programming & Design

How do I create a peace sign in java?


i wanna make a peace sign picture in an applet.

whats the code...

"\u262E"

That will show 鈽?symbol. Note that the font must also have that symbol (not all fonts do), so you might want to use something like 'Arial Unicode'.

What you want to do sounds like a case of overkill. That's like using an 18 wheeler to deliver a bouqet of flowers across town.

Why do you need to use an applet? If you want a picture of a peace sign, why not just create a jpg, gif, or png picture file?

Tags
  General - Computers & Internet   Software   Security   Programming & Design   Facebook   Flickr   Google   MSN   MySpace
Related information
  • Why are namespaces used in XML documents?

    Namespaces make it easier to come up with unique names. Imagine how hard it would be to name your next child if the name had to be unique across the face of the earth.

    ...
  • What is a good alternative for Data Access Pages?

    SQL statements and ADO?

    ...
  • CSS: Where did my div go?

    It disappears when you save but is there before you save? Check the Properties in Dreamweaver.

    ...
  • PHP probid?

    Yes you can run PHPprobid in Windows. You should have installed and be running Apache, PHP and Mysql (or some development environment like Xampp). Windows doesn't have access rights to file...

  • What are the primary programing languages involved in video game production?

    Baisc languages for Games are C/C++ in fact Visual C++ with 3D modeling softwares like 3D Max/Maya etc

    ...
  • For people who know HTML?

    <img src="yourpic.jpg" align="left"/> Your Text

    ...
  • Using exponent in C++ Visual Basic 2005 Express Edition?

    // // Done in Visual C++ 2005Express Edition // #include <iostream> #include <math.h> void main() { double val = 0.0; val = 3.0 * pow(10.0, 8.0); std::cout <...

  • How do i create a simple "Suggest site to friend" page using php?

    mail(to,subject,message,headers,paramete... so in you case when you click on the send button it will send to a new page (suggestfriend.php) <html> <head><title></title&g...

  •  

    Categories--Copyright/IP Policy--Contact Webmaster