On Mon, 28 Oct 2024 20:14:05 GMT, Michael Strauß <mstra...@openjdk.org> wrote:
>> modules/javafx.graphics/src/main/java/javafx/stage/StageStyle.java line 83: >> >>> 81: * <p> >>> 82: * An extended window has the default window buttons (minimize, >>> maximize, close), but no system-provided >>> 83: * draggable header bar. Applications need to provide their own >>> header bar by placing the {@link HeaderBar} >> >> this must be emphasized. >> >> suggestion: "Applications must provide their own header bar by placing a >> single instance of the {@link HeaderBar} at the top of the scene graph" >> >> and may be explain why >> >> "in order to avoid the platform decorations overlapping the scene nodes" or >> something to that effect. >> >> what do you think? > > Good idea, I've updated the documentation. I also included a paragraph about > the title text. thank you! can you add the application title row to the table in the JEP please? ------------- PR Review Comment: https://git.openjdk.org/jfx/pull/1605#discussion_r1819743419