jtorchat / jtorchat-old

Academic, Java, p2p, Messaging, Messenger, cyptography
21 stars 12 forks source link

Keeping windows ontop #36

Closed Cypher1 closed 2 years ago

Cypher1 commented 12 years ago

It would be great to have an option in each window to keep it ontop of the screen.

This would let chat be more seamless and user friendly.

Cypher1 commented 12 years ago

If the windows are based on jFrames

frame.setAlwaysOnTop(true);

Should work but I am not familiar with the code yet....