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

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

Completed in 33 milliseconds