INTRODUCTION
Technology makes lifestyle easier by providing better support to different systems, better accuracy, better security options, easier maintenance, etc.
Now a day’s technology eventually means “computers” which is the greatest achievements of last century. Day by day computers are being more and more popular because of its features like ease of work, ease of learning, greater accuracy with the least time consumption and the last but not the least i.e. ease of maintenance with cost effectiveness.
So as a part of these ongoing evolutionary approach traditional systems are being computerized to make them more fruitful than ever.
ABSTRACT
Time Table Management system is an automated system which genets time table according to the data given by the user. The main requirement of the application is to provide the details about the branch, subjects, no. of labs, total no. of period and details about the lab assistance. Then the application generates the time table according to your need.
PROJECT DEFINITION
The basic project is to create a Time Table Management System.
To create Databases of different entities involved in this process.
Maintaining database-containing information about the various semesters, subjects, Labs, teachers etc.
Overview of Swing:
Swing is a widget toolkit for Java. It is part of Sun Microsystems' Java Foundation
Classes (JFC) — an API for providing a graphical user interface (GUI) for Java programs. Swing was developed to provide a more sophisticated set of GUI components than the earlier Abstract Window Toolkit. Swing provides a native look and feel that emulates the look and feel of several platforms, and also supports a pluggable look and feel that allows applications to have a look and feel unrelated to the underlying platform. Architecture
Swing is a platform-independent, Model-View-Controller GUI framework for Java.
It follows a single-threaded