src/macosx/classes/sun/lwawt/macosx/CViewEmbeddedFrame.java

Print this page

        

*** 35,44 **** --- 35,45 ---- /* * The CViewEmbeddedFrame class is used in the SWT_AWT bridge. * This is a part of public API and should not be renamed or moved */ + @SuppressWarnings("serial") // JDK implementation class public class CViewEmbeddedFrame extends EmbeddedFrame { private final long nsViewPtr; private boolean isActive = false;