Searched refs:IS_PALETTE_PROPERTY (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaInternalFrameUI.java56 protected static final String IS_PALETTE_PROPERTY = "JInternalFrame.isPalette"; field in class:AquaInternalFrameUI
109 Object paletteProp = c.getClientProperty(IS_PALETTE_PROPERTY);
677 } else if (IS_PALETTE_PROPERTY.equals(name)) {

Completed in 32 milliseconds