| Author |
first java project
|
thejwal pavithran
Greenhorn
Joined: Feb 11, 2012
Posts: 4
|
|
hi guys,
i am new to java. i know some basic stuff. now i want to create my first major gui project. i have netbeans installed on my system. what i want to do is create an interface that looks like a calendar and the user should be able to click on individual cells in the calendar to perform certain functions. so please tell me where i should start...can you suggest any tutorials??
|
 |
Darryl Burke
Bartender
Joined: May 03, 2008
Posts: 3218
|
|
Helllo thejwal, and welcome to the Ranch! Here's a link to the Oracle Swing tutorial, which is full of sample code to help your learning: http://docs.oracle.com/javase/tutorial/uiswing/index.html
If and when you have a Swing related question, the place to post it is the Swing / AWT / SWT / JFace forum. And you're sure to get good responses if you follow the guidelines in How To Ask Questions On Java Ranch.
For creating a Calendar GUI, you'll also want to be familiar with java.util.Calendar (and its concrete implementation, GregorianCalendar) and java.util.Date. Any questions about these classes will sit well in this forum.
|
luck, db
There are no new questions, but there may be new answers.
|
 |
thejwal pavithran
Greenhorn
Joined: Feb 11, 2012
Posts: 4
|
|
|
thank you for the help.
|
 |
 |
|
|
subject: first java project
|
|
|