public class Utils extends Object
| Constructor and Description |
|---|
Utils() |
| Modifier and Type | Method and Description |
|---|---|
static Window |
getWindow(Object owner)
Will return a
Window from an object if any can be found. |
public static Window getWindow(Object owner) throws IllegalArgumentException
Window from an object if any can be found. null
value can be given, the program will then try to find the focused window
among those available.owner - IllegalArgumentException