Top "Windowlistener" questions

Java AWT and Swing listener interface for receiving window events.

Popup for JFrame close button

i am doing some basic Java Swing application (beginner level) . what i have to do is when i press close …

java swing jframe windowlistener jpopup
How to listen for close in a JPanel

I am working with some strange legacy code. They have a custom object which implements a JPanel. This JPanel object …

swing jpanel windowlistener
How do i find if a window is opened on swing

I have a problem with my application where the user will open more than one window at a time. And …

java windows swing action windowlistener
awt window not closing when close button is clicked

I implemented a sample class for a Virtual KeyBoard and ran this VirtualKeyboardTest.The keyboard appears but the main problem …

java awt frame windowlistener
How do stop exit program when clicking the red cross in JFrame title bar

I have a simple java GUI application, which will prompt a user for a message like "Are you sure you …

java swing windowlistener
Custom design for Close/Minimize buttons on JFrame

I would like to apply my own close and minimize buttons. Is there any way to change the JFrame design?

java swing jframe look-and-feel windowlistener
how to monitor the close event of a JDialog?

I have got a tricky problem. I need to pop a confirm message box for user to decide close or …

java swing desktop-application jdialog windowlistener