I need to implement calendar for inserting dates (From, To).
You know when instead of typing date in free format, user just clicks on Calendar button right to this field and chooses the date from there.
I wonder if there is something ready that I can use in the GUI?
If you can just advice websites where I can look for that, I'd appreciate too.
Thanks,
Sabina
Help needed - Swing GUI
-
- Уже с Приветом
- Posts: 5669
- Joined: 13 Oct 2000 09:01
- Location: East Bay, CA
-
- Уже с Приветом
- Posts: 5669
- Joined: 13 Oct 2000 09:01
- Location: East Bay, CA
Re: Help needed - Swing GUI
Sabina wrote:I need to implement calendar for inserting dates (From, To).
You know when instead of typing date in free format, user just clicks on Calendar button right to this field and chooses the date from there.
May be I should just use this?
http://java.sun.com/j2se/1.4.2/docs/api/javax/swing/SpinnerDateModel.html
-
- Новичок
- Posts: 38
- Joined: 07 Oct 2003 18:41
Re: Help needed - Swing GUI
Sabina wrote:Sabina wrote:I need to implement calendar for inserting dates (From, To).
You know when instead of typing date in free format, user just clicks on Calendar button right to this field and chooses the date from there.
May be I should just use this?
http://java.sun.com/j2se/1.4.2/docs/api/javax/swing/SpinnerDateModel.html
Здесь готовый образец JDialog
http://builder.com.com/5100-6370-1045263-2.html
-
- Уже с Приветом
- Posts: 5669
- Joined: 13 Oct 2000 09:01
- Location: East Bay, CA
Re: Help needed - Swing GUI
IsterGray wrote:Здесь готовый образец JDialog
http://builder.com.com/5100-6370-1045263-2.html
Преогромное спасибо !!!