src/windows/classes/sun/awt/windows/WBufferStrategy.java

Print this page

        

*** 35,45 **** * Component has a BufferStrategy with >1 buffer, then the * Image subclass associated with that buffer will be returned. */ public class WBufferStrategy { ! private static native void initIDs(Class componentClass); static { initIDs(Component.class); } --- 35,45 ---- * Component has a BufferStrategy with >1 buffer, then the * Image subclass associated with that buffer will be returned. */ public class WBufferStrategy { ! private static native void initIDs(Class <?> componentClass); static { initIDs(Component.class); }