RFR: 8324941: POC for Headless platform for JavaFX [v4]
    Johan Vos 
    jvos at openjdk.org
       
    Fri Jul 18 07:37:02 UTC 2025
    
    
  
On Fri, 27 Jun 2025 20:38:56 GMT, Andy Goryachev <angorya at openjdk.org> wrote:
> Question: While the screen size is limited in this version to 1000x1000, the size of the snapshot exceeds that. Is that expected?
Good question.
Do you refer to the Node.snapshot()?
The definition of "screen size" is a bit vague on headless, also in relation to window size and view size. I think that a snapshot can in theory be bigger than the screen size, in case multiple screens are used (something we currently don't do).
I believe we can use more input from concrete use cases before we nail down constraints and boundary conditions like this.
-------------
PR Comment: https://git.openjdk.org/jfx/pull/1836#issuecomment-3087837303
    
    
More information about the openjfx-dev
mailing list