< prev index next >

modules/javafx.controls/src/main/java/javafx/scene/control/package.html

Print this page

        

*** 95,105 **** any custom third party Controls which desire to take advantage of these CSS capabilities.</p> <p>Each of the default Skins for the built in Controls is comprised of multiple individually styleable areas or regions. This is much like an ! HTML page which is made up of &lt;div&gt;&apos;s and then styled from CSS. Each individual region may be drawn with backgrounds, borders, images, padding, margins, and so on. The JavaFX CSS support includes the ability to have multiple backgrounds and borders, and to derive colors. These capabilities make it extremely easy to alter the look of Controls in JavaFX from CSS.</p> --- 95,105 ---- any custom third party Controls which desire to take advantage of these CSS capabilities.</p> <p>Each of the default Skins for the built in Controls is comprised of multiple individually styleable areas or regions. This is much like an ! HTML page which is made up of {@literal <div>'s} and then styled from CSS. Each individual region may be drawn with backgrounds, borders, images, padding, margins, and so on. The JavaFX CSS support includes the ability to have multiple backgrounds and borders, and to derive colors. These capabilities make it extremely easy to alter the look of Controls in JavaFX from CSS.</p>
< prev index next >