This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes Java in General and the fly likes chat application Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "chat application " Watch "chat application " New topic
Author

chat application

sheetalsamander samander
Greenhorn

Joined: Nov 25, 2004
Posts: 1
how to make code for text (bold ,colored or any format), text size in java a chat application
Paul Sturrock
Bartender

Joined: Apr 14, 2004
Posts: 10336

If its Swing you are building this in - look at the Font class.


JavaRanch FAQ HowToAskQuestionsOnJavaRanch
Bhushan Damle
Greenhorn

Joined: Nov 28, 2004
Posts: 21
Originally posted by sheetalsamander samander:
how to make code for text (bold ,colored or any format), text size in java a chat application


hi sheetal,
r u developing a chat app at ruchi.
i've developed a chat app for lan. It includes public & private chat.
U can use Font class for the purpose of color,size,etc.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: chat application
 
Similar Threads
How to make JScrollPane autoscroll down on a JTextArea ?
Partial selection of Text in textArea
Voice chat application in jsp
udp sockets
Problem in JFrame