GroupBox / TitledBorder in JavaFX 2?

后端 未结 6 771
小鲜肉
小鲜肉 2020-11-28 05:57

Is there something like a GroupBox or TitledBorder available on JavaFX 2?

Thanks for any hint :-)

6条回答
  •  死守一世寂寞
    2020-11-28 06:37

    GroupBox - that is usual Group layout, as far as I see.

    TitledBorder - looks like a TitledPane (which is usually a component of Accordion, but could be a separately existing control).

    JavaFX-2 analogs looks different from yours (but not significantly), and as usual, you can use different ways of control appearance changing: css, control's skin replacing, etc

提交回复
热议问题