• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
  • Skip to footer
projectsgeek

ProjectsGeek

Download Mini projects with Source Code, Java projects with Source Codes

  • Home
  • Java Projects
  • C++ Projects
  • VB Projects
  • PHP projects
  • .Net Projects
  • NodeJs Projects
  • Android Projects
    • Project Ideas
      • Final Year Project Ideas
      • JSP Projects
  • Assignment Codes
    • Fundamentals of Programming Language
    • Software Design Laboratory
    • Data Structure and Files Lab
    • Computer Graphics Lab
    • Object Oriented Programming Lab
    • Assembly Codes
  • School Projects
  • Forum

Java Projects

Banking Java Project

March 6, 2012 by ProjectsGeek 3 Comments

Banking Java Project

Banking Java Project 1
Banking Java Project 2
Banking Java Project 3
Banking Java Project 4
Banking Java Project 5
Banking Java Project 6
Download Project Abstract  Here 
Download Project Report Here 

Other Projects to Try:

  1. Internet Banking System project in Java
  2. Net Banking System project in Java
  3. Internet Banking System project using Java
  4. Complete Banking System Java Project
  5. Multi Banking System Project using Java

Filed Under: Java Projects Tagged With: Java Projects

Payroll System Java Project

March 6, 2012 by ProjectsGeek 7 Comments

Payroll System Java Project

Payroll System Java Project 7
Download Project Here

Other Projects to Try:

  1. Advanced Payroll System Java Project
  2. Employee Information and Payroll System
  3. Payroll Management System Project in Vb
  4. Payroll Management System Project in C++
  5. Online Chat Java Project

Filed Under: Java Projects Tagged With: Java Projects

Applet Text Editor

September 2, 2011 by ProjectsGeek Leave a Comment

Developing Applet To edit text

 

Applet Text Editor 8
Applet Text Editor 9

import java.awt.*;
import java.applet.Applet;
import java.awt.event.ItemEvent;
import java.awt.event.ItemListener;
public class ffinal extends Applet implements ItemListener
{
TextArea text;
Checkbox cbold,citalic;
Choice fname,fsize;
public void init()
{
text=new TextArea(“Sample Text”);
cbold=new Checkbox(“bold”);

citalic=new Checkbox(“italic”);
fname=new Choice();
fsize=new Choice();
fname.add(“Monospaced”);
fname.add(“Arial”);
fname.add(“Serif”);
fname.add(“courier”);
fsize.add(“10”);
fsize.add(“15”);
fsize.add(“20”);
fsize.add(“25”);
fsize.add(“30”);
fsize.add(“60”);
add(text);
add(cbold);
add(citalic);
add(fsize);
add(fname);
cbold.addItemListener(this);
citalic.addItemListener(this);
fsize.addItemListener(this);
fname.addItemListener(this);
}
public void itemStateChanged(ItemEvent itemevent)
{
int var=0;
if(cbold.getState())
var=1;
if(citalic.getState())
var=2;
if(cbold.getState()&&citalic.getState())
var=3;
text.setFont(new Font(fname.getSelectedItem(),var,Integer.parseInt(fsize.getSelectedItem())));
}
}

Download File

Other Projects to Try:

  1. Communication between applet and servlet Java Code
  2. Java Applet Tutorial for Beginners
  3. Text Editor in Java Project
  4. Text Editor Using Visual Basic
  5. Text or Screen Editor in C++ Language

Filed Under: Java Projects Tagged With: Java Projects

Lan Chat and File Sharing Java Project

June 27, 2011 by ProjectsGeek 74 Comments

Lan Chat and File Sharing Java Project

Lan Chat and File Sharing Java Project 10
Lan Chat and File Sharing Java Project 11
Lan Chat and File Sharing Java Project 12
Lan Chat and File Sharing Java Project 13

LAN CHAT AND FILE SHARING AP Java Project

 

 

LAN chat application is one of easiest way to chat with a your friends through LAN. No internet connection is needed. The only thing which requires is server IP address and you will be able to connect to others members through LAN . It can help you to talk to your friends even you both do not have internet connection. As it is based on LAN. LAN i.e. local area network which connect different client to each other and also client to main server. So we have used the same concept here we are connecting two client or client and server with each other and by providing the IP address we can talk with each other.

On the other hand file sharing application is also implemented where a user can upload a file or download a file. We are providing the path to the directory where we have stored our file to the user who wants to download particular file.
Project Download

Other Projects to Try:

  1. Secure LAN Communicator Project
  2. Simple Chat Room System Project
  3. Online Chat Java Project
  4. Chat Server project in Java
  5. Online Chat Express project in Java

Filed Under: Java Projects Tagged With: Java Projects

Virtual Classroom Java Project

June 27, 2011 by ProjectsGeek 36 Comments

Virtual Classroom Java Project 14
Virtual Classroom Java Project 15
Virtual Classroom Java Project 16
Virtual Classroom Java Project 17
Virtual Classroom Java Project 18

Virtual Classroom Java Project

 

The Virtual Classroom is a collaborative teaching tool to assist the students to learn in an interactive manner. It aims to complement the efforts of teachers to integrate technology into their classrooms and link the students to the Internet in educationally productive ways and provide them a stimulating, positive and enjoyable environment to study.

It contains the following elements:-

 

1. Student Login:

It enables a person to login as a student or sign up if he/she has not registered for the classroom.

Once logged in a student has the following features:-

a) Edit Profile:

It allows modifying the details

b) Study Material & Video Lectures:

It displays a list of ppts & interactive video lessons categorized by subjects as posted by the faculty

c) Ask doubts:

It enables the students to ask questions

d) Answers:

It shows the answers by the teachers to the questions asked by various students

2. Faculty Login:

It enables a person to login as a faculty member or sign up if he/she has not registered for the classroom.

Once logged in a faculty member has the following features:-

a) Edit Profile:

It allows modifying the details

b) Study Material & Video Lectures:

It allows the faculty members to post & remove ppts & video lessons c) Doubts:

It shows all the questions asked by the students

d) Answers:

It enables teachers to answer the questions asked by the students

3. Administrator Login

The administrator is the ultimate controller of the application with the highest authority.

He/she has the following features:-

a)Student/Faculty:

It displays a list of students/faculty members registered for the classroom

b)Student/Faculty req:

It displays a list of students/faculty members whose sign up request is still pending

c)PPT (pload/del)/Video(upload/del):

It displays a list of ppts & videos posted by the faculty members. The administrator has the power to remove ppts/videos from the list and upload according to wish

d)Question/Ans

It displays a list of questions asked by students/answers to questions by teachers. The administrator has the power to delete questions/answers from the list.

Project Download

Other Projects to Try:

  1. Teachers Feedback Form Java Project
  2. Online Examination System project Java
  3. Online Examination System project using Java
  4. Course Management System project in Java
  5. Faculty Book System Java Project

Filed Under: Java Projects Tagged With: Java Projects

Alumini Database Java Project

June 21, 2011 by ProjectsGeek 19 Comments

   Alumini  Database Java Project

Alumini Database Java Project 19 Alumini Database Java Project 19 Alumini Database Java Project 19 Alumini Database Java Project 19 Alumini Database Java Project 19
Alumini Database Java Project 24

Alumini Database Java Project 25
Alumini Database Java Project 26

ALUMINI DATABASE

 

OVERVIEW OF THE PROJECT

 

SYSTEM DECRIPTION:

The proposed system is for making easier to manage the rapidly growing database of our college. So this system will be developed for helping the college administration manage the database and maintain communication with the alumni’s. The overall system is controlled through the main menu.

The main menu contains 6 parts.

1.User Login

2.About Us

3.Alumni Directory

4.News and Updates

5.Discussion Forum

6.Contact Us

User Login:-

 

This page is used for user authentication.

  1. Valid Login:- If the user provides correct username and password he is directed to his profile. On successful login the user is given full access to the website. 
  2. Forgot Password:-The User can use this redirected page to recover his password.
  3. New User:-Redirects to a page which adds a user to the database. New alumni can use this page to access various features of the website.

Project Report Download

Other Projects to Try:

  1. Alumni Management System Java project
  2. Internet Banking System project in Java
  3. ATM Database System Java Project
  4. SQL and JDBC(Java Database Connectivity) in Java
  5. Database connectivity in Java with MYSQL

Filed Under: Java Projects Tagged With: Java Projects

  • « Go to Previous Page
  • Page 1
  • Interim pages omitted …
  • Page 28
  • Page 29
  • Page 30
  • Page 31
  • Go to Next Page »

Primary Sidebar

Tags

.Net Projects Download Android Project Ideas Android Projects Angular 2 Assembly Codes C # Projects C & C++ Projects C++ Projects Class Diagrams Computer Graphics Database Project Data Mining Projects DataScience Projects Datastructure Assignments Download Visual Basic Projects Electronics project Hadoop Projects Installation Guides Internet of Things Project IOS Projects Java Java Interview Questions Java Projects JavaScript JavaScript Projects java tutorial JSON JSP Projects Mechanical Projects Mongodb Networking Projects Node JS Projects OS Problems php Projects Placement Papers Project Ideas Python Projects seminar and presentation Struts

Search this Website


Footer

Download Java Project
Download Visual Basic Projects
Download .Net Projects
Download VB Projects
Download C++ Projects
Download NodeJs Projects
Download School Projects
Download School Projects
Ask Questions - Forum
Latest Projects Ideas
Assembly Codes
Datastructure Assignments
Computer Graphics Lab
Operating system Lab
australia-and-India-flag
  • Home
  • About me
  • Contact Form
  • Submit Your Work
  • Site Map
  • Privacy Policy