Questions tagged as 'jcalendar'

1
answer

How to change the background of a JDateChooser?

I have a JDateChooser and would like to change the background when it won focu , however I'm not getting it. I tried to do it in some ways: dataChooser.getDateEditor().getUiComponent().setBackground(new Color(0, 0, 0)); or...
asked by 02.09.2017 / 18:08
1
answer

Trigger event when clicking day in JCalendar?

How do I put an event on each day of JCalendar? My intention is to click on a day and create a sort of reminder that is related to the day, in a way that when the user clicks again on the day he sees the reminder, but I have no idea how to make...
asked by 01.12.2015 / 20:37
1
answer

How to apply a filter of two JDateChooser to a JTable?

I need to simultaneously filter the data to be displayed in a JTable . Querying some old questions I was able to solve part of my problem. I have a DATA field in the table of type String and I have two JDateChooser of the JCalend...
asked by 08.11.2018 / 20:13
2
answers

java.lang.NoClassDefFoundError error while executing application

I made a program in java that uses JDateChooser so that the user chooses the date that he wants. It works normally inside Eclipse but when I export the project to a .jar and try to run through the cdm it has the following error:...
asked by 28.06.2018 / 19:30