I have developed an applicatio using RMI to broad cast some messages to the clients from the server. When we send message from the server it will be displayed in the clients in a message box.
But the displayed message box is behind all other active windows, and the client user does'nt know that he/she has recieved a message.
So I want to display the message box on top of all active windows. Can any body help me to achieve this?
Good suggessions are well apreciated.
Thanks in advance.