< prev index next >

src/java.desktop/macosx/classes/com/apple/eawt/FullScreenHandler.java

Print this page

        

*** 23,39 **** * questions. */ package com.apple.eawt; import java.awt.*; import java.util.*; import java.util.List; import javax.swing.RootPaneContainer; - import com.apple.eawt.AppEvent.FullScreenEvent; import sun.awt.SunToolkit; import java.lang.annotation.Native; final class FullScreenHandler { --- 23,39 ---- * questions. */ package com.apple.eawt; + import com.apple.eawt.event.FullScreenEvent; import java.awt.*; import java.util.*; import java.util.List; import javax.swing.RootPaneContainer; import sun.awt.SunToolkit; import java.lang.annotation.Native; final class FullScreenHandler {
< prev index next >