How can I add an action Listener so that when an appointment on an agenda is clicked a new window with more details on that particular clicked appointment opens.
相关问题
- Delete Messages from a Topic in Apache Kafka
- Jackson Deserialization not calling deserialize on
- How to maintain order of key-value in DataFrame sa
- StackExchange API - Deserialize Date in JSON Respo
- Difference between Types.INTEGER and Types.NULL in
It seems like Agenda has not api for that. You can see agenda's sources:
AbstractAppointmentPane
has mouse event logic.Then print appointments: