org.openbp.swing.components
Interface JMsgBox.DefaultOwnerProvider

Enclosing class:
JMsgBox

public static interface JMsgBox.DefaultOwnerProvider


Method Summary
 java.awt.Component getDefaultOwner()
          Gets a default owner component for a message box.
 

Method Detail

getDefaultOwner

java.awt.Component getDefaultOwner()
Gets a default owner component for a message box.

Returns:
The owner component or null
The component will be used to determine a parent JFrame (which should be a direct or indirect parent of the component)


Copyright © 2011. All Rights Reserved.