Class GnomeUtils
- java.lang.Object
-
- com.openindex.openestate.tool.utils.GnomeUtils
-
public class GnomeUtils extends Object
GnomeUtils.- Author:
- Andreas Rudolph
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
setAwtAppClassName(String value)
Change application title for certain Linux desktop environments (e.g.
-
-
-
Method Detail
-
setAwtAppClassName
public static void setAwtAppClassName(String value)
Change application title for certain Linux desktop environments (e.g. Gnome 3, Ubuntu Unity).This method may not work with future Java version. In this case it might be replaced with the window-matching-agent approach.
- Parameters:
value
- application title to set- See Also:
- stackoverflow.com
-
-