Searched defs:HUD (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/macosx/classes/sun/lwawt/macosx/
H A DCPlatformWindow.java110 static final int HUD = 1 << 5; field in class:CPlatformWindow
121 static final int _STYLE_PROP_BITMASK = DECORATED | TEXTURED | UNIFIED | UTILITY | HUD | SHEET | CLOSEABLE | MINIMIZABLE | RESIZABLE;
341 if ("hud".equals(prop)) styleBits = SET(styleBits, HUD, true);

Completed in 34 milliseconds