Vincent Sum wrote:Thanks for the advises.
But I havent reach that level of learning Swing coding.
Currently I just learned how to use Drag and Drop in Java.
You're missing the point. It's
easier to learn how to code a Swing GUI than it is to learn to use all the features of a visual designer.
Vincent Sum wrote:In my assignment, I want to create a Calendar in the interface which allow user to select Day, Month and Year.
I got the source of the Calendar from this website: http://www.toedter.com/en/jcalendar/ and I downloaded it.
Is it possible for me to use the JCalendar component that provided in that website?
Thanks.
It's trivial to use a jar'ed resource in a hand coded GUI. You ensure that the jar is on the compile time and runtime classpath, and use it the same way you would use any class from the standard JDK.
How to use it in a visual development environment via drag-n-drop, if even possible, would be a topic for a forum dedicated to that tool, and not a Swing forum.