I need to change JDateChooser
background and foreground color, i changed the color using LaF property window,but nothing happens
Then i also used following code to solve this,
BorrowDateChooser.setBackground(new Color(51,51,51));
but it also not working for me,what can i do for this problem
Use code below to change the jdatechooser background:
}
}
the result of example picture: enter image description here