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??
Ads