<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <p style="margin: 0px 0px 1.1em; padding: 0px; border: 0px;
      font-style: normal; font-variant-ligatures: normal;
      font-variant-caps: normal; font-variant-numeric: inherit;
      font-variant-east-asian: inherit; font-variant-alternates:
      inherit; font-weight: 400; font-stretch: inherit; line-height:
      inherit; font-family: -apple-system, "system-ui",
      "Segoe UI Adjusted", "Segoe UI",
      "Liberation Sans", sans-serif; font-optical-sizing:
      inherit; font-kerning: inherit; font-feature-settings: inherit;
      font-variation-settings: inherit; font-size: 15px; vertical-align:
      baseline; box-sizing: inherit; clear: both; --_pr-img-mb:0; color:
      rgb(35, 38, 41); letter-spacing: normal; orphans: 2; text-align:
      left; text-indent: 0px; text-transform: none; white-space: normal;
      widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px;
      background-color: rgb(255, 255, 255); text-decoration-thickness:
      initial; text-decoration-style: initial; text-decoration-color:
      initial;">I have a Java application running on:</p>
    <p style="margin: 0px 0px 1.1em; padding: 0px; border: 0px;
      font-style: normal; font-variant-ligatures: normal;
      font-variant-caps: normal; font-variant-numeric: inherit;
      font-variant-east-asian: inherit; font-variant-alternates:
      inherit; font-weight: 400; font-stretch: inherit; line-height:
      inherit; font-family: -apple-system, "system-ui",
      "Segoe UI Adjusted", "Segoe UI",
      "Liberation Sans", sans-serif; font-optical-sizing:
      inherit; font-kerning: inherit; font-feature-settings: inherit;
      font-variation-settings: inherit; font-size: 15px; vertical-align:
      baseline; box-sizing: inherit; clear: both; --_pr-img-mb:0; color:
      rgb(35, 38, 41); letter-spacing: normal; orphans: 2; text-align:
      left; text-indent: 0px; text-transform: none; white-space: normal;
      widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px;
      background-color: rgb(255, 255, 255); text-decoration-thickness:
      initial; text-decoration-style: initial; text-decoration-color:
      initial;">XWayland 2:1.20.11-1+deb11u6, Weston 9.0.0-1, OpenJDK
      11.0.18+10-1~deb11u1, Debian 11, Kernel 5.10.52</p>
    <p style="margin: 0px 0px 1.1em; padding: 0px; border: 0px;
      font-style: normal; font-variant-ligatures: normal;
      font-variant-caps: normal; font-variant-numeric: inherit;
      font-variant-east-asian: inherit; font-variant-alternates:
      inherit; font-weight: 400; font-stretch: inherit; line-height:
      inherit; font-family: -apple-system, "system-ui",
      "Segoe UI Adjusted", "Segoe UI",
      "Liberation Sans", sans-serif; font-optical-sizing:
      inherit; font-kerning: inherit; font-feature-settings: inherit;
      font-variation-settings: inherit; font-size: 15px; vertical-align:
      baseline; box-sizing: inherit; clear: both; --_pr-img-mb:0; color:
      rgb(35, 38, 41); letter-spacing: normal; orphans: 2; text-align:
      left; text-indent: 0px; text-transform: none; white-space: normal;
      widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px;
      background-color: rgb(255, 255, 255); text-decoration-thickness:
      initial; text-decoration-style: initial; text-decoration-color:
      initial;">My JFrame (Window) is set to:<span> </span><code style="margin: 0px; padding: var(--su2) var(--su4); border: 0px; font-style: inherit; font-variant: inherit; font-weight: inherit; font-stretch: inherit; line-height: inherit; font-family: var(--ff-mono); font-optical-sizing: inherit; font-kerning: inherit; font-feature-settings: inherit; font-variation-settings: inherit; font-size: var(--_pr-code-fs); vertical-align: baseline; box-sizing: inherit; background-color: var(--black-075); white-space: pre-wrap; color: var(--black-800); border-radius: var(--br-sm);">GraphicsEnvironment.getLocalGraphicsEnvironment().getDefaultScreenDevice().setFullScreenWindow(this);</code></p>
    <p style="margin: 0px 0px 1.1em; padding: 0px; border: 0px;
      font-style: normal; font-variant-ligatures: normal;
      font-variant-caps: normal; font-variant-numeric: inherit;
      font-variant-east-asian: inherit; font-variant-alternates:
      inherit; font-weight: 400; font-stretch: inherit; line-height:
      inherit; font-family: -apple-system, "system-ui",
      "Segoe UI Adjusted", "Segoe UI",
      "Liberation Sans", sans-serif; font-optical-sizing:
      inherit; font-kerning: inherit; font-feature-settings: inherit;
      font-variation-settings: inherit; font-size: 15px; vertical-align:
      baseline; box-sizing: inherit; clear: both; --_pr-img-mb:0; color:
      rgb(35, 38, 41); letter-spacing: normal; orphans: 2; text-align:
      left; text-indent: 0px; text-transform: none; white-space: normal;
      widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px;
      background-color: rgb(255, 255, 255); text-decoration-thickness:
      initial; text-decoration-style: initial; text-decoration-color:
      initial;">I can then see my interface on the full screen (in my
      case it is a TV and I have CEC enabled in the Kernel). However,
      after I unplug HDMI and plug HDMI again, my interface is gone
      (black screen). There is only one small 1x1 pixel left. It seems
      the size of the Window is changed by Java / XWayland / (Weston). I
      am sure, that I am not changing it - I check all resize methods on
      JFrame.</p>
    <p style="margin: 0px 0px 1.1em; padding: 0px; border: 0px;
      font-style: normal; font-variant-ligatures: normal;
      font-variant-caps: normal; font-variant-numeric: inherit;
      font-variant-east-asian: inherit; font-variant-alternates:
      inherit; font-weight: 400; font-stretch: inherit; line-height:
      inherit; font-family: -apple-system, "system-ui",
      "Segoe UI Adjusted", "Segoe UI",
      "Liberation Sans", sans-serif; font-optical-sizing:
      inherit; font-kerning: inherit; font-feature-settings: inherit;
      font-variation-settings: inherit; font-size: 15px; vertical-align:
      baseline; box-sizing: inherit; clear: both; --_pr-img-mb:0; color:
      rgb(35, 38, 41); letter-spacing: normal; orphans: 2; text-align:
      left; text-indent: 0px; text-transform: none; white-space: normal;
      widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px;
      background-color: rgb(255, 255, 255); text-decoration-thickness:
      initial; text-decoration-style: initial; text-decoration-color:
      initial;">When I restart my Java application, it is back again -
      so it is not an issue of the OS (Linux) directly and also - most
      probably - not Weston.</p>
    <p style="margin: 0px 0px 1.1em; padding: 0px; border: 0px;
      font-style: normal; font-variant-ligatures: normal;
      font-variant-caps: normal; font-variant-numeric: inherit;
      font-variant-east-asian: inherit; font-variant-alternates:
      inherit; font-weight: 400; font-stretch: inherit; line-height:
      inherit; font-family: -apple-system, "system-ui",
      "Segoe UI Adjusted", "Segoe UI",
      "Liberation Sans", sans-serif; font-optical-sizing:
      inherit; font-kerning: inherit; font-feature-settings: inherit;
      font-variation-settings: inherit; font-size: 15px; vertical-align:
      baseline; box-sizing: inherit; clear: both; --_pr-img-mb:0; color:
      rgb(35, 38, 41); letter-spacing: normal; orphans: 2; text-align:
      left; text-indent: 0px; text-transform: none; white-space: normal;
      widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px;
      background-color: rgb(255, 255, 255); text-decoration-thickness:
      initial; text-decoration-style: initial; text-decoration-color:
      initial;">I also don't have this issue with a pure Wayland
      application (e.g. Weston flower). Using only Wayland (without Java
      and XWayland) things work.</p>
    <p style="margin: 0px 0px 1.1em; padding: 0px; border: 0px;
      font-style: normal; font-variant-ligatures: normal;
      font-variant-caps: normal; font-variant-numeric: inherit;
      font-variant-east-asian: inherit; font-variant-alternates:
      inherit; font-weight: 400; font-stretch: inherit; line-height:
      inherit; font-family: -apple-system, "system-ui",
      "Segoe UI Adjusted", "Segoe UI",
      "Liberation Sans", sans-serif; font-optical-sizing:
      inherit; font-kerning: inherit; font-feature-settings: inherit;
      font-variation-settings: inherit; font-size: 15px; vertical-align:
      baseline; box-sizing: inherit; clear: both; --_pr-img-mb:0; color:
      rgb(35, 38, 41); letter-spacing: normal; orphans: 2; text-align:
      left; text-indent: 0px; text-transform: none; white-space: normal;
      widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px;
      background-color: rgb(255, 255, 255); text-decoration-thickness:
      initial; text-decoration-style: initial; text-decoration-color:
      initial;">When I PLUG the HDMI there is NO
      java.awt.event.ComponentEvent</p>
    <p style="margin: 0px 0px 1.1em; padding: 0px; border: 0px;
      font-style: normal; font-variant-ligatures: normal;
      font-variant-caps: normal; font-variant-numeric: inherit;
      font-variant-east-asian: inherit; font-variant-alternates:
      inherit; font-weight: 400; font-stretch: inherit; line-height:
      inherit; font-family: -apple-system, "system-ui",
      "Segoe UI Adjusted", "Segoe UI",
      "Liberation Sans", sans-serif; font-optical-sizing:
      inherit; font-kerning: inherit; font-feature-settings: inherit;
      font-variation-settings: inherit; font-size: 15px; vertical-align:
      baseline; box-sizing: inherit; clear: both; --_pr-img-mb:0; color:
      rgb(35, 38, 41); letter-spacing: normal; orphans: 2; text-align:
      left; text-indent: 0px; text-transform: none; white-space: normal;
      widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px;
      background-color: rgb(255, 255, 255); text-decoration-thickness:
      initial; text-decoration-style: initial; text-decoration-color:
      initial;">When I UNPLUG HDMI, I get the following
      java.awt.event.ComponentEvent:</p>
    <pre class="lang-java s-code-block" style="margin: 0px 0px calc(1.5em); padding: var(--su12); border: 0px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-variant-alternates: inherit; font-weight: 400; font-stretch: inherit; line-height: var(--lh-md); font-family: var(--ff-mono); font-optical-sizing: inherit; font-kerning: inherit; font-feature-settings: inherit; font-variation-settings: inherit; font-size: var(--fs-body1); vertical-align: baseline; box-sizing: inherit; width: auto; max-height: 600px; overflow: auto; background-color: var(--highlight-bg); border-radius: var(--br-md); --_cb-line-numbers-bg:var(--black-050); color: var(--highlight-color); overflow-wrap: normal; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;"><code class="hljs language-java" style="margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-weight: inherit; font-stretch: inherit; line-height: inherit; font-family: inherit; font-optical-sizing: inherit; font-kerning: inherit; font-feature-settings: inherit; font-variation-settings: inherit; font-size: var(--_pr-code-fs); vertical-align: baseline; box-sizing: inherit; background-color: transparent; white-space: inherit;">java.awt.event.ComponentEvent[COMPONENT_RESIZED (<span class="hljs-number" style="margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-weight: inherit; font-stretch: inherit; line-height: inherit; font-family: inherit; font-optical-sizing: inherit; font-kerning: inherit; font-feature-settings: inherit; font-variation-settings: inherit; font-size: 13px; vertical-align: baseline; box-sizing: inherit; color: var(--highlight-namespace);">0</span>,<span class="hljs-number" style="margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-weight: inherit; font-stretch: inherit; line-height: inherit; font-family: inherit; font-optical-sizing: inherit; font-kerning: inherit; font-feature-settings: inherit; font-variation-settings: inherit; font-size: 13px; vertical-align: baseline; box-sizing: inherit; color: var(--highlight-namespace);">0</span> 1x1)] on frame0
java.base/java.lang.Thread.getStackTrace(Thread.java:<span class="hljs-number" style="margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-weight: inherit; font-stretch: inherit; line-height: inherit; font-family: inherit; font-optical-sizing: inherit; font-kerning: inherit; font-feature-settings: inherit; font-variation-settings: inherit; font-size: 13px; vertical-align: baseline; box-sizing: inherit; color: var(--highlight-namespace);">1602</span>)
java.desktop/java.awt.AWTEventMulticaster.componentResized(AWTEventMulticaster.java:<span class="hljs-number" style="margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-weight: inherit; font-stretch: inherit; line-height: inherit; font-family: inherit; font-optical-sizing: inherit; font-kerning: inherit; font-feature-settings: inherit; font-variation-settings: inherit; font-size: 13px; vertical-align: baseline; box-sizing: inherit; color: var(--highlight-namespace);">167</span>)
java.desktop/java.awt.AWTEventMulticaster.componentResized(AWTEventMulticaster.java:<span class="hljs-number" style="margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-weight: inherit; font-stretch: inherit; line-height: inherit; font-family: inherit; font-optical-sizing: inherit; font-kerning: inherit; font-feature-settings: inherit; font-variation-settings: inherit; font-size: 13px; vertical-align: baseline; box-sizing: inherit; color: var(--highlight-namespace);">167</span>)
java.desktop/java.awt.Component.processComponentEvent(Component.java:<span class="hljs-number" style="margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-weight: inherit; font-stretch: inherit; line-height: inherit; font-family: inherit; font-optical-sizing: inherit; font-kerning: inherit; font-feature-settings: inherit; font-variation-settings: inherit; font-size: 13px; vertical-align: baseline; box-sizing: inherit; color: var(--highlight-namespace);">6461</span>)
java.desktop/java.awt.Component.processEvent(Component.java:<span class="hljs-number" style="margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-weight: inherit; font-stretch: inherit; line-height: inherit; font-family: inherit; font-optical-sizing: inherit; font-kerning: inherit; font-feature-settings: inherit; font-variation-settings: inherit; font-size: 13px; vertical-align: baseline; box-sizing: inherit; color: var(--highlight-namespace);">6415</span>)
java.desktop/java.awt.Container.processEvent(Container.java:<span class="hljs-number" style="margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-weight: inherit; font-stretch: inherit; line-height: inherit; font-family: inherit; font-optical-sizing: inherit; font-kerning: inherit; font-feature-settings: inherit; font-variation-settings: inherit; font-size: 13px; vertical-align: baseline; box-sizing: inherit; color: var(--highlight-namespace);">2263</span>)
java.desktop/java.awt.Window.processEvent(Window.java:<span class="hljs-number" style="margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-weight: inherit; font-stretch: inherit; line-height: inherit; font-family: inherit; font-optical-sizing: inherit; font-kerning: inherit; font-feature-settings: inherit; font-variation-settings: inherit; font-size: 13px; vertical-align: baseline; box-sizing: inherit; color: var(--highlight-namespace);">2049</span>)
java.desktop/java.awt.Component.dispatchEventImpl(Component.java:<span class="hljs-number" style="margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-weight: inherit; font-stretch: inherit; line-height: inherit; font-family: inherit; font-optical-sizing: inherit; font-kerning: inherit; font-feature-settings: inherit; font-variation-settings: inherit; font-size: 13px; vertical-align: baseline; box-sizing: inherit; color: var(--highlight-namespace);">5011</span>)
java.desktop/java.awt.Container.dispatchEventImpl(Container.java:<span class="hljs-number" style="margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-weight: inherit; font-stretch: inherit; line-height: inherit; font-family: inherit; font-optical-sizing: inherit; font-kerning: inherit; font-feature-settings: inherit; font-variation-settings: inherit; font-size: 13px; vertical-align: baseline; box-sizing: inherit; color: var(--highlight-namespace);">2321</span>)
java.desktop/java.awt.Window.dispatchEventImpl(Window.java:<span class="hljs-number" style="margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-weight: inherit; font-stretch: inherit; line-height: inherit; font-family: inherit; font-optical-sizing: inherit; font-kerning: inherit; font-feature-settings: inherit; font-variation-settings: inherit; font-size: 13px; vertical-align: baseline; box-sizing: inherit; color: var(--highlight-namespace);">2772</span>)
java.desktop/java.awt.Component.dispatchEvent(Component.java:<span class="hljs-number" style="margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-weight: inherit; font-stretch: inherit; line-height: inherit; font-family: inherit; font-optical-sizing: inherit; font-kerning: inherit; font-feature-settings: inherit; font-variation-settings: inherit; font-size: 13px; vertical-align: baseline; box-sizing: inherit; color: var(--highlight-namespace);">4843</span>)
java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:<span class="hljs-number" style="margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-weight: inherit; font-stretch: inherit; line-height: inherit; font-family: inherit; font-optical-sizing: inherit; font-kerning: inherit; font-feature-settings: inherit; font-variation-settings: inherit; font-size: 13px; vertical-align: baseline; box-sizing: inherit; color: var(--highlight-namespace);">772</span>)
java.desktop/java.awt.EventQueue$<span class="hljs-number" style="margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-weight: inherit; font-stretch: inherit; line-height: inherit; font-family: inherit; font-optical-sizing: inherit; font-kerning: inherit; font-feature-settings: inherit; font-variation-settings: inherit; font-size: 13px; vertical-align: baseline; box-sizing: inherit; color: var(--highlight-namespace);">4.</span>run(EventQueue.java:<span class="hljs-number" style="margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-weight: inherit; font-stretch: inherit; line-height: inherit; font-family: inherit; font-optical-sizing: inherit; font-kerning: inherit; font-feature-settings: inherit; font-variation-settings: inherit; font-size: 13px; vertical-align: baseline; box-sizing: inherit; color: var(--highlight-namespace);">721</span>)
java.desktop/java.awt.EventQueue$<span class="hljs-number" style="margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-weight: inherit; font-stretch: inherit; line-height: inherit; font-family: inherit; font-optical-sizing: inherit; font-kerning: inherit; font-feature-settings: inherit; font-variation-settings: inherit; font-size: 13px; vertical-align: baseline; box-sizing: inherit; color: var(--highlight-namespace);">4.</span>run(EventQueue.java:<span class="hljs-number" style="margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-weight: inherit; font-stretch: inherit; line-height: inherit; font-family: inherit; font-optical-sizing: inherit; font-kerning: inherit; font-feature-settings: inherit; font-variation-settings: inherit; font-size: 13px; vertical-align: baseline; box-sizing: inherit; color: var(--highlight-namespace);">715</span>)
java.base/java.security.AccessController.doPrivileged(Native Method)
java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:<span class="hljs-number" style="margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-weight: inherit; font-stretch: inherit; line-height: inherit; font-family: inherit; font-optical-sizing: inherit; font-kerning: inherit; font-feature-settings: inherit; font-variation-settings: inherit; font-size: 13px; vertical-align: baseline; box-sizing: inherit; color: var(--highlight-namespace);">85</span>)
java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:<span class="hljs-number" style="margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-weight: inherit; font-stretch: inherit; line-height: inherit; font-family: inherit; font-optical-sizing: inherit; font-kerning: inherit; font-feature-settings: inherit; font-variation-settings: inherit; font-size: 13px; vertical-align: baseline; box-sizing: inherit; color: var(--highlight-namespace);">95</span>)
java.desktop/java.awt.EventQueue$<span class="hljs-number" style="margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-weight: inherit; font-stretch: inherit; line-height: inherit; font-family: inherit; font-optical-sizing: inherit; font-kerning: inherit; font-feature-settings: inherit; font-variation-settings: inherit; font-size: 13px; vertical-align: baseline; box-sizing: inherit; color: var(--highlight-namespace);">5.</span>run(EventQueue.java:<span class="hljs-number" style="margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-weight: inherit; font-stretch: inherit; line-height: inherit; font-family: inherit; font-optical-sizing: inherit; font-kerning: inherit; font-feature-settings: inherit; font-variation-settings: inherit; font-size: 13px; vertical-align: baseline; box-sizing: inherit; color: var(--highlight-namespace);">745</span>)
java.desktop/java.awt.EventQueue$<span class="hljs-number" style="margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-weight: inherit; font-stretch: inherit; line-height: inherit; font-family: inherit; font-optical-sizing: inherit; font-kerning: inherit; font-feature-settings: inherit; font-variation-settings: inherit; font-size: 13px; vertical-align: baseline; box-sizing: inherit; color: var(--highlight-namespace);">5.</span>run(EventQueue.java:<span class="hljs-number" style="margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-weight: inherit; font-stretch: inherit; line-height: inherit; font-family: inherit; font-optical-sizing: inherit; font-kerning: inherit; font-feature-settings: inherit; font-variation-settings: inherit; font-size: 13px; vertical-align: baseline; box-sizing: inherit; color: var(--highlight-namespace);">743</span>)
java.base/java.security.AccessController.doPrivileged(Native Method)
java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:<span class="hljs-number" style="margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-weight: inherit; font-stretch: inherit; line-height: inherit; font-family: inherit; font-optical-sizing: inherit; font-kerning: inherit; font-feature-settings: inherit; font-variation-settings: inherit; font-size: 13px; vertical-align: baseline; box-sizing: inherit; color: var(--highlight-namespace);">85</span>)
java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:<span class="hljs-number" style="margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-weight: inherit; font-stretch: inherit; line-height: inherit; font-family: inherit; font-optical-sizing: inherit; font-kerning: inherit; font-feature-settings: inherit; font-variation-settings: inherit; font-size: 13px; vertical-align: baseline; box-sizing: inherit; color: var(--highlight-namespace);">742</span>)
java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:<span class="hljs-number" style="margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-weight: inherit; font-stretch: inherit; line-height: inherit; font-family: inherit; font-optical-sizing: inherit; font-kerning: inherit; font-feature-settings: inherit; font-variation-settings: inherit; font-size: 13px; vertical-align: baseline; box-sizing: inherit; color: var(--highlight-namespace);">203</span>)
java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:<span class="hljs-number" style="margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-weight: inherit; font-stretch: inherit; line-height: inherit; font-family: inherit; font-optical-sizing: inherit; font-kerning: inherit; font-feature-settings: inherit; font-variation-settings: inherit; font-size: 13px; vertical-align: baseline; box-sizing: inherit; color: var(--highlight-namespace);">124</span>)
java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:<span class="hljs-number" style="margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-weight: inherit; font-stretch: inherit; line-height: inherit; font-family: inherit; font-optical-sizing: inherit; font-kerning: inherit; font-feature-settings: inherit; font-variation-settings: inherit; font-size: 13px; vertical-align: baseline; box-sizing: inherit; color: var(--highlight-namespace);">113</span>)
java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:<span class="hljs-number" style="margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-weight: inherit; font-stretch: inherit; line-height: inherit; font-family: inherit; font-optical-sizing: inherit; font-kerning: inherit; font-feature-settings: inherit; font-variation-settings: inherit; font-size: 13px; vertical-align: baseline; box-sizing: inherit; color: var(--highlight-namespace);">109</span>)
java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:<span class="hljs-number" style="margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-weight: inherit; font-stretch: inherit; line-height: inherit; font-family: inherit; font-optical-sizing: inherit; font-kerning: inherit; font-feature-settings: inherit; font-variation-settings: inherit; font-size: 13px; vertical-align: baseline; box-sizing: inherit; color: var(--highlight-namespace);">101</span>)
java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:<span class="hljs-number" style="margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-weight: inherit; font-stretch: inherit; line-height: inherit; font-family: inherit; font-optical-sizing: inherit; font-kerning: inherit; font-feature-settings: inherit; font-variation-settings: inherit; font-size: 13px; vertical-align: baseline; box-sizing: inherit; color: var(--highlight-namespace);">90</span>)
</code></pre>
    <p style="margin: 0px 0px 1.1em; padding: 0px; border: 0px;
      font-style: normal; font-variant-ligatures: normal;
      font-variant-caps: normal; font-variant-numeric: inherit;
      font-variant-east-asian: inherit; font-variant-alternates:
      inherit; font-weight: 400; font-stretch: inherit; line-height:
      inherit; font-family: -apple-system, "system-ui",
      "Segoe UI Adjusted", "Segoe UI",
      "Liberation Sans", sans-serif; font-optical-sizing:
      inherit; font-kerning: inherit; font-feature-settings: inherit;
      font-variation-settings: inherit; font-size: 15px; vertical-align:
      baseline; box-sizing: inherit; clear: both; --_pr-img-mb:0; color:
      rgb(35, 38, 41); letter-spacing: normal; orphans: 2; text-align:
      left; text-indent: 0px; text-transform: none; white-space: normal;
      widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px;
      background-color: rgb(255, 255, 255); text-decoration-thickness:
      initial; text-decoration-style: initial; text-decoration-color:
      initial;">Unfortunately I also don't know how to manipulate the
      size after I catched this event. I tried to directly set the size
      back, but this did not work. I think it may don't work because at
      this time HDMI is UNPLUGGED. Also, if I try to set the size back
      to normal once the HDMI is plugged again, it does not work. I get
      overruled and the size is then back to 1x1 pixel.<br>
    </p>
    <p style="margin: 0px; padding: 0px; border: 0px; font-style:
      normal; font-variant-ligatures: normal; font-variant-caps: normal;
      font-variant-numeric: inherit; font-variant-east-asian: inherit;
      font-variant-alternates: inherit; font-weight: 400; font-stretch:
      inherit; line-height: inherit; font-family: -apple-system,
      "system-ui", "Segoe UI Adjusted", "Segoe
      UI", "Liberation Sans", sans-serif;
      font-optical-sizing: inherit; font-kerning: inherit;
      font-feature-settings: inherit; font-variation-settings: inherit;
      font-size: 15px; vertical-align: baseline; box-sizing: inherit;
      clear: both; --_pr-img-mb:0; color: rgb(35, 38, 41);
      letter-spacing: normal; orphans: 2; text-align: left; text-indent:
      0px; text-transform: none; white-space: normal; widows: 2;
      word-spacing: 0px; -webkit-text-stroke-width: 0px;
      background-color: rgb(255, 255, 255); text-decoration-thickness:
      initial; text-decoration-style: initial; text-decoration-color:
      initial;">As I don't get any event when the HDMI is PLUGGED again,
      I also don't know when to (try to) set the size back to "normal".</p>
    <p style="margin: 0px; padding: 0px; border: 0px; font-style:
      normal; font-variant-ligatures: normal; font-variant-caps: normal;
      font-variant-numeric: inherit; font-variant-east-asian: inherit;
      font-variant-alternates: inherit; font-weight: 400; font-stretch:
      inherit; line-height: inherit; font-family: -apple-system,
      "system-ui", "Segoe UI Adjusted", "Segoe
      UI", "Liberation Sans", sans-serif;
      font-optical-sizing: inherit; font-kerning: inherit;
      font-feature-settings: inherit; font-variation-settings: inherit;
      font-size: 15px; vertical-align: baseline; box-sizing: inherit;
      clear: both; --_pr-img-mb:0; color: rgb(35, 38, 41);
      letter-spacing: normal; orphans: 2; text-align: left; text-indent:
      0px; text-transform: none; white-space: normal; widows: 2;
      word-spacing: 0px; -webkit-text-stroke-width: 0px;
      background-color: rgb(255, 255, 255); text-decoration-thickness:
      initial; text-decoration-style: initial; text-decoration-color:
      initial;"><br>
    </p>
    <p style="margin: 0px; padding: 0px; border: 0px; font-style:
      normal; font-variant-ligatures: normal; font-variant-caps: normal;
      font-variant-numeric: inherit; font-variant-east-asian: inherit;
      font-variant-alternates: inherit; font-weight: 400; font-stretch:
      inherit; line-height: inherit; font-family: -apple-system,
      "system-ui", "Segoe UI Adjusted", "Segoe
      UI", "Liberation Sans", sans-serif;
      font-optical-sizing: inherit; font-kerning: inherit;
      font-feature-settings: inherit; font-variation-settings: inherit;
      font-size: 15px; vertical-align: baseline; box-sizing: inherit;
      clear: both; --_pr-img-mb:0; color: rgb(35, 38, 41);
      letter-spacing: normal; orphans: 2; text-align: left; text-indent:
      0px; text-transform: none; white-space: normal; widows: 2;
      word-spacing: 0px; -webkit-text-stroke-width: 0px;
      background-color: rgb(255, 255, 255); text-decoration-thickness:
      initial; text-decoration-style: initial; text-decoration-color:
      initial;">Thanks,</p>
    <p style="margin: 0px; padding: 0px; border: 0px; font-style:
      normal; font-variant-ligatures: normal; font-variant-caps: normal;
      font-variant-numeric: inherit; font-variant-east-asian: inherit;
      font-variant-alternates: inherit; font-weight: 400; font-stretch:
      inherit; line-height: inherit; font-family: -apple-system,
      "system-ui", "Segoe UI Adjusted", "Segoe
      UI", "Liberation Sans", sans-serif;
      font-optical-sizing: inherit; font-kerning: inherit;
      font-feature-settings: inherit; font-variation-settings: inherit;
      font-size: 15px; vertical-align: baseline; box-sizing: inherit;
      clear: both; --_pr-img-mb:0; color: rgb(35, 38, 41);
      letter-spacing: normal; orphans: 2; text-align: left; text-indent:
      0px; text-transform: none; white-space: normal; widows: 2;
      word-spacing: 0px; -webkit-text-stroke-width: 0px;
      background-color: rgb(255, 255, 255); text-decoration-thickness:
      initial; text-decoration-style: initial; text-decoration-color:
      initial;"><br>
    </p>
    <p style="margin: 0px; padding: 0px; border: 0px; font-style:
      normal; font-variant-ligatures: normal; font-variant-caps: normal;
      font-variant-numeric: inherit; font-variant-east-asian: inherit;
      font-variant-alternates: inherit; font-weight: 400; font-stretch:
      inherit; line-height: inherit; font-family: -apple-system,
      "system-ui", "Segoe UI Adjusted", "Segoe
      UI", "Liberation Sans", sans-serif;
      font-optical-sizing: inherit; font-kerning: inherit;
      font-feature-settings: inherit; font-variation-settings: inherit;
      font-size: 15px; vertical-align: baseline; box-sizing: inherit;
      clear: both; --_pr-img-mb:0; color: rgb(35, 38, 41);
      letter-spacing: normal; orphans: 2; text-align: left; text-indent:
      0px; text-transform: none; white-space: normal; widows: 2;
      word-spacing: 0px; -webkit-text-stroke-width: 0px;
      background-color: rgb(255, 255, 255); text-decoration-thickness:
      initial; text-decoration-style: initial; text-decoration-color:
      initial;">Martin<br>
    </p>
  </body>
</html>