Chat « JTextArea « Java Swing Q&A





1. writing output to textarea in another class    stackoverflow.com

hi i am new to java and am stuck here, been quite a while now that i can move forward; i have created a GUI interface for a chat system(although very ...

2. Need a help on developing multicolored textarea for chat application    coderanch.com

HI Buddies thanks for the replies, well as for changing the foregound color using setForegournd() that does change but the problem is u see that the color of the whole foregournd including previous messages change, not of one particular line that i want , for this i will try to use JTextPane as a freind o sugests here but u see- ...

4. perform a check if chat's(edu/test/small program) textarea saved or not    java-forums.org

I've seen lots of examples of this in this and other forums. Which part are you having trouble with? Preventing the JFrame from exiting when the title bar's "x" button is pressed? If so then set the JFrame's default close operation to JFrame.DO_NOTHING_ON_CLOSE. Or is your problem elsewhere in your code such as checking to see if the data has been ...

5. Multiple JFrame's & JTextArea's (Private Chat Client)    forums.oracle.com

Hello! I'm making a Chat Client that can do public chat and private chat. The public chat is fine but the private chat is the problem. When I double click on a friend in the friendlist (JList) a new JFrame opens that contains two JTextAreas. One for sending the text and one for receiving the private text. I have figured out ...