skiko/src/awtMain/kotlin/org/jetbrains/skiko/PlatformOperations.kt [86:102]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - object: PlatformOperations { override fun isFullscreen(component: Component): Boolean { val window = SwingUtilities.getRoot(component) as Window val device = window.graphicsConfiguration.device return device.fullScreenWindow == window } override fun setFullscreen(component: Component, value: Boolean) { val window = SwingUtilities.getRoot(component) as Window val device = window.graphicsConfiguration.device device.fullScreenWindow = if (value) window else null } override fun disableTitleBar(component: Component, headerHeight: Float) { } override fun orderEmojiAndSymbolsPopup() { - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - skiko/src/awtMain/kotlin/org/jetbrains/skiko/PlatformOperations.kt [107:123]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - object: PlatformOperations { override fun isFullscreen(component: Component): Boolean { val window = SwingUtilities.getRoot(component) as Window val device = window.graphicsConfiguration.device return device.fullScreenWindow == window } override fun setFullscreen(component: Component, value: Boolean) { val window = SwingUtilities.getRoot(component) as Window val device = window.graphicsConfiguration.device device.fullScreenWindow = if (value) window else null } override fun disableTitleBar(component: Component, headerHeight: Float) { } override fun orderEmojiAndSymbolsPopup() { - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -