I was looking at Modena.css and came across this:
/* A bright blue for the focus indicator of objects. Typically used as
the
* first color in -fx-background-color for the "focused" pseudo-class.
Also
* typically used with insets of -1.4 to provide a glowing effect.
*/
-fx-fo
On Fri, 13 Jan 2023 12:32:53 GMT, Ajit Ghaisas wrote:
> This PR adds a warning about inserting Nodes directly into the virtualized
> containers such as ListView, TreeView, TableView and TreeTableView. It also
> adds code snippets showing the recommended pattern of using a custom cell
> factory
On Fri, 13 Jan 2023 12:32:53 GMT, Ajit Ghaisas wrote:
> This PR adds a warning about inserting Nodes directly into the virtualized
> containers such as ListView, TreeView, TableView and TreeTableView. It also
> adds code snippets showing the recommended pattern of using a custom cell
> factory