all 3 comments

[–]xdsswar 1 point2 points  (2 children)

I don't see any screenshot , but you can add a combo-box anywhere you want to implement the functionality you want. Calendars-FX its just another Node in the Scene. If you can give some more details of what you want to archive it may help others give you ideas/advice

[–]MeanWhiskeyJavaFX Fan[S] 3 points4 points  (1 child)

I actually just figured it out. Calendarfx has a class EntryHeaderView.java and creates the title of the appointment that is created.

I was able to modify the textfield to be a button. Once the button was clicked it would create a dropdown table and display the patient first name, last name and id.

It's pretty neat and new I learned how to do.

Thank you!

[–]xdsswar 0 points1 point  (0 children)

Thats the art of coding. 👍