org.gnu.gnome
Class WindowIcon
public class WindowIcon
extends Struct
static void | setDefaultIcon(String filename) - Sets the default icon to be used in all windows of the application
|
static void | setIcon(Window window, String filename) - Set an icon for a window.
|
setDefaultIcon
public static void setDefaultIcon(String filename)
Sets the default icon to be used in all windows of the application
filename
- The filename of the icon.
setIcon
public static void setIcon(Window window,
String filename)
Set an icon for a window.
window
- The window to set the icon.filename
- The filename of the icon