Ruckus
12/23/2016, 7:55 PMbutton
is both a class (.button
) and an element (Button
). What should I do in this case?Ruckus
12/23/2016, 7:56 PMClass
to the class version (so :right
is right
and .right
is rightClass
), but those were few and not as commonly used.edvin
12/23/2016, 7:56 PMRuckus
12/23/2016, 7:57 PMRuckus
12/23/2016, 7:58 PMedvin
12/23/2016, 7:58 PMedvin
12/23/2016, 8:00 PMElements.AnchorPane
for example? Then it might not be so weird to use the proper case either.Ruckus
12/23/2016, 8:01 PMedvin
12/23/2016, 8:02 PMRuckus
12/23/2016, 8:03 PMedvin
12/23/2016, 8:04 PMedvin
12/23/2016, 8:04 PMRuckus
12/23/2016, 8:07 PMAnchorPane
, BorderPane
, FlowPane
, GridPane
, HBox
, Pane
, StackPane
, TilePane
, and VBox
) are used in modena, but only to fix a padding issue when they are the only content of a TitledPane
.edvin
12/23/2016, 8:08 PMedvin
12/23/2016, 8:08 PMRuckus
12/23/2016, 8:08 PMRuckus
12/23/2016, 8:08 PMedvin
12/23/2016, 8:09 PMron
12/23/2016, 8:09 PMedvin
12/23/2016, 8:10 PMRuckus
12/23/2016, 8:10 PMRuckus
12/23/2016, 8:10 PM.button
and Button
will target all buttonsedvin
12/23/2016, 8:10 PMcarlw
12/23/2016, 8:10 PMRuckus
12/23/2016, 8:10 PMedvin
12/23/2016, 8:11 PMRuckus
12/23/2016, 8:12 PMedvin
12/23/2016, 8:12 PMRuckus
12/23/2016, 8:12 PMcarlw
12/23/2016, 8:12 PM