Task Planner

You might also like

Download as pptx, pdf, or txt
Download as pptx, pdf, or txt
You are on page 1of 19

PRESENTATION ON

TASK PLANNER
INTRODUCTION TO TASK PLANNER
• Task Planner is a kind of very basic organiser
to organise people’s day to day life tasks in a
very simple manner.
• It has a complete universal approach.
• It can be used in manufacturing sector,IT
sector,schools,institutes and even at home.
• It actually reduces the work pressure in a way
that we have organised form of our daily tasks.
INTRODUCTION TO JAVA
• Java is an object-oriented prog language that
was designed to meet the need for a platform
independent language. Java is used to create
applications that can run on a single computer
as well as a distributed network. Java is both a
language and a technology used to develop
stand-alone and internet-based applications
CHARACTERISTICS OF JAVA

• Simple: A java programmer does not need to know the internal details of
java as to how memory is allocated to data because in java. The
programmer does not need to handle memory manipulation.
 
• Object-Oriented: Java supports the object-oriented approach to develop
programs. It supports various features of an object-oriented language,
such as abstraction, encapsulation, inheritance and polymorphism.
• Compiled and Interpreted: The java programs are first compiled and
then interpreted. While compiling, the compiler software checks for the
errors in the program and lists all the errors on the screen.
 
(CONT.)
 
• Portable: Portability refers to the ability of a program to run
on any platform without changing the source code of the
program.
• Distributed: Java is used to develop applications that can be
distributed among various computers on the network.
 
• Secure: Java has built-in security features that verify that the
programs do not perform any destructive task, such as
accessing the files on a remote system. Java does not allow
the use of explicit pointers.
E-R DIAGRAM

Users

City
Birthday

Password
User_name

Postal code
ID
Gender
E-R DIAGRAM

UID

Day

Year Month

SNo ITEM
DATA FLOW DIAGRAM
Welcome page
WELCOME PAGE
• This is the first window that asks for USER ID
and PASSWORD for the users who hav already
registered.
• Enter the desired user id and password in text
fields.
• An event is added to SUBMIT button.As soon as
we click it we move into another
frame.Otherwise click SIGNUP and fill the form.
NEW USER SIGNUP
NEW USER SIGNUP
• The new user must fill up this form and the
respective enteries are added in database.
• Here we have used various
buttons,textfield,radio buttons etc.
• Clicking on BACK and SUBMIT button results
return to welcome page and new frame
respectively.
HOME PAGE
HOME PAGE
• Here we have buttons to VIEW,ADD and
REMOVE the tasks.
• On clicking on respective button result into
respective new frames in which the tasks are
entered.
ADD THE TASKS
VIEW TASKS
REMOVE TASKS
FUTURE SCOPE AND APPLICATION
• The scope of task planner is very vast as it is
designed for universal needs.
• Here it is designed at basic level but its simplicity
doesnot affect its security at all.
• Unauthorized user can be restricted access to the
database of other users though a new user can
also sign in after signing up which is very easy.
• Many interactive features can be added like an
alarm can be placed to indicate the task etc.
THANK YOU!!

You might also like