Method getOwner()
Return type: java.awt.Window
Member of: java.awt.Window
[api documentation ] [ main menu]

Examples of how the element is used (one line per example):
[add your own example]

1 || hasModalDialog(new JDialog().getOwner());
2 || hasModalDialog(new JDialog().getOwner());
3 File file = getFile((Frame)getOwner());
4 c = c.getOwner();
5 parentDialog.setLocationRelativeTo(parentDialog.getOwner());
6 setParentWindow(getOwner());
7 ((antichess.GraphicUI1)getOwner()).startfourPlayerGame(names,times,types);
8 AEnv.showCenterWindow(getOwner(), this);
9 Point p = getOwner().getLocationOnScreen();
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.