0
Is it possible to add clock in Java NetBeans?
I want to add clock/time in Java NetBeans, Is it possible to select the time(like hours, minutes, seconds) in Java NetBeans, for example like selecting a date (JDateChooser) Do you use JTimeChooser?
1 Respuesta
+ 2
https://docs.oracle.com/javase/8/docs/api/javax/swing/SpinnerDateModel.html
Use JSpinnerDateModel for that. Here ypu have the documentation.