javax.swing.plaf.basic

Class BasicToolBarUI.FrameListener

protected class BasicToolBarUI.FrameListener extends WindowAdapter

This helper class listens for Window events from the floatable window and if it is closed, returns the JToolBar to the last known good location.
Method Summary
voidwindowClosing(WindowEvent e)
This method is called when the floating window is closed.

Method Detail

windowClosing

public void windowClosing(WindowEvent e)
This method is called when the floating window is closed.

Parameters: e The WindowEvent.