java - JavaFX Timeline control -


i want create scrollable timeline controller circles connected baseline filled number ( size of circle corresponding containing number) , trailing icon.

since new javafx have no idea how start. in swing e.g. use jpanel , ovverride onpaint() method draw circles, lines , icons...

in javafx thought using horizontal listview custom listcell, not sure if baseline possible it. looking ideas how implementiert such controll...

timeline controller sketch

try using hbox wrapped inside scrollpane.

you can add elements hbox using getchildren.add(node). elements automatically shown on scene , scrollpane adjust scrollbar you.


Comments

Popular posts from this blog

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -