The most intelligent Java IDE
[Logo] JavaRanch » JavaRanch Saloon
  Search | FAQ | Recent Topics | Hot Topics
Register / Login


Win a copy of Flex 4 in Action this week in the Flex forum!
Reply Bookmark it! Watch this topic JavaRanch » Forums » Java » Swing / AWT / SWT / JFace
 
RSS feed
 
New topic
Author

Build a Calendar using Swing

Renjith mohanan
Ranch Hand

Joined: Jun 19, 2009
Messages: 52

Hi friends,
I am new in Java Swing Programming.

I need to build a calendar (especially for date picker) using swing.

Do any one have an idea, please help me.......................



Thanks In advance.
Renjith M

.........Learning................

Personal E-mail: kalliyoorrenjith@gmail.com
Maneesh Godbole
Bartender

Joined: Jul 26, 2007
Messages: 4234

"Renjith tvm",
Please check your private messages for an important administrative matter.

work is the scourge of the drinking class
Maneesh Godbole
Bartender

Joined: Jul 26, 2007
Messages: 4234

Check out the GregorianCalendar class. You will find it useful for all kinds of stuff such as finding out the days in a particular month, day date relation etc.
You will need a panel with a grid layout to emulate the calendar layout. You can add labels/buttons to this grid, depending on your functionality.

work is the scourge of the drinking class
Renjith mohanan
Ranch Hand

Joined: Jun 19, 2009
Messages: 52

Thanks Maneesh,
But I think it will take time to build such a calendar from scratch. I want to use this calendar in other pages also.
Do you have any built-in programs or JCalendar, something to do my work as fast as possible.

Renjith

.........Learning................

Personal E-mail: kalliyoorrenjith@gmail.com
Rob Prime
Bartender

Joined: Oct 27, 2005
Messages: 8776

T.V.M Renjith wrote:or JCalendar

If you search Google for that exact word, you will find what you're looking for.

SCJP 1.4 - SCJP 6 - SCWCD 5
How To Ask Questions How To Answer Questions
Maneesh Godbole
Bartender

Joined: Jul 26, 2007
Messages: 4234

T.V.M Renjith wrote:But I think it will take time to build such a calendar from scratch. I want to use this calendar in other pages also.


I thought you said you wanted to build it

work is the scourge of the drinking class
 
jQuery in Action
 
 
Reply Bookmark it! Watch this topic JavaRanch » Forums » Java » Swing / AWT / SWT / JFace
 
RSS feed
 
New topic
IntelliJ open source

.