I have a problem with JDateChooser
. If I increase Dimension
or font size, it all increases in size but not combo box (Month). And this I can't read good month selected if I change font size more to 24.
Asked
Active
Viewed 285 times
0

Andrew Thompson
- 168,117
- 40
- 217
- 433

Li Xang
- 9
- 5
-
That looks more like a (single row) list (a `JList`) than a combo box. – Andrew Thompson Oct 04 '17 at 02:27
-
@Li Xang I think you can use `setPreferredSize()` or `setMinimumSize()` for your jdatechooser combobox – Ganesh Patel Oct 04 '17 at 04:18
-
any example code please? i am begginer – Li Xang Oct 04 '17 at 17:12