how to use a JInternalFrame in a JFrame to create a chat window in a client/server app?

how to use a JInternalFrame within a JFrame?

i want to create a client/server app.
i know that JIternalFrame should be used with JDeskTopPane
but i want a chat window which can be moved within the app(just like chatting in facebook).

1.how to use JInternalFrame for this?
2.do you suggest any other swing component for this??

View Answers









Related Tutorials/Questions & Answers:
Advertisements