Skip to content

Commit

Permalink
doc change
Browse files Browse the repository at this point in the history
  • Loading branch information
mstr2 committed Oct 20, 2024
1 parent 3d19b87 commit 0ddd63d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

/**
* A client-area header bar that is used as a replacement for the system-provided header bar in stages
* with the {@link StageStyle#EXTENDED} style. This class enables the <em>drag to move</em> and
* with the {@link StageStyle#EXTENDED} style. This class enables the <em>click-and-drag</em> and
* <em>double-click to maximize</em> behaviors that are usually afforded by system-provided header bars.
* The entire {@code HeaderBar} background is draggable by default, but its content is not. Applications
* can specify draggable content nodes of the {@code HeaderBar} with the {@link #setDraggable} method.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
/**
* Base class for a client-area header bar that is used as a replacement for the system-provided header bar
* in stages with the {@link StageStyle#EXTENDED} style. This class is intended for application developers
* to use as a starting point for custom header bar implementations, and it enables the <em>drag to move</em>
* to use as a starting point for custom header bar implementations, and it enables the <em>click-and-drag</em>
* and <em>double-click to maximize</em> behaviors that are usually afforded by system-provided header bars.
* The entire {@code HeaderBarBase} background is draggable by default, but its content is not. Applications
* can specify draggable content nodes of the {@code HeaderBarBase} with the {@link #setDraggable} method.
Expand Down

0 comments on commit 0ddd63d

Please sign in to comment.