| Author |
Restoring a minimized JFrame
|
Sajee Joseph
Ranch Hand
Joined: Jan 17, 2001
Posts: 200
|
|
Hi everybody, I'm developing a chat application. Its almost over , but I have a problem here. Imgaine that a person is chatting with several people. Each of these chat boxes is a JFrame. So the user may minimize(iconify) any of these chat boxes(JFrames). In each of these JFrames i can know if some message comes in it. But suppose that a message came at a chatbox(JFrame) which was minimized, how do i restore the JFrame so that it is displayed on the screen. I Tried several things like.. show(); setVisisble(true); toFront().. etc... Please help me out ..Thanking you in advance... ...Kindest Regards ...saj
|
 |
Sajee Joseph
Ranch Hand
Joined: Jan 17, 2001
Posts: 200
|
|
Thanks, i figured it out for my self. setState(JFrame.NORMAL); ..thnx ...saj
|
 |
Ranganathan Kaliyur Mannar
Bartender
Joined: Oct 16, 2003
Posts: 927
|
|
Sandeep Kr, Your post was moved to a new topic.
|
Ranga.
SCJP 1.4, OCMJEA/SCEA 5.0.
|
 |
 |
|
|
subject: Restoring a minimized JFrame
|
|
|