Does it need a default style class, or can we just use the type selector
instead?
Richard
On Jun 25, 2013, at 2:18 PM, David Grieve wrote:
> https://javafx-jira.kenai.com/browse/RT-31282
>
> Scene has a fillProperty which should be styleable via CSS but this would
> require making Scene impl
https://javafx-jira.kenai.com/browse/RT-31282
Scene has a fillProperty which should be styleable via CSS but this would
require making Scene implement the javafx.css.Styleable interface. The
interesting bits from the interface are
public String getId()
public ObservableList getStyleCl