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

/openjdk7/jdk/src/macosx/classes/sun/lwawt/macosx/
H A DCPlatformWindow.java111 static final int SHEET = 1 << 6; field in class:CPlatformWindow
121 static final int _STYLE_PROP_BITMASK = DECORATED | TEXTURED | UNIFIED | UTILITY | HUD | SHEET | CLOSEABLE | MINIMIZABLE | RESIZABLE;
327 styleBits = SET(styleBits, SHEET, Boolean.parseBoolean(prop.toString()));

Completed in 43 milliseconds