Java

Logo Applet in Java

Submitted by donbermoy on
This is a sample logo applet programmed in Java programming language. This project will teach you to create applets with the use of graphical methods such as fillRoundRect, drawString, fillPolygon, and many more. This will enhance your knowledge in Java making applets that can run on browsers and has an html tags. For more inquiries and need programmer for your thesis systems in any kind of

Airline Reservation System (Java + MS Access)

Submitted by donbermoy on
This is an Airline Reservation System programmed in Java programming language and MS Access as database. Features of the system: - Store Passenger Information - Choose Flight Origin and Destination - Billing - Accommodation - Search, Edit, Update, and Delete of Flight Information Account Information: Username: Don Password: 1234 For more inquiries and need programmer for your thesis systems in any

For Loop in Java

Submitted by donbermoy on
This tutorial will teach you how to use for loop in java. A For Loop is used to iterate through a condition a certain amount of times. I used this type of looping when I know how many times a task is to be repeated. So, now let's start this tutorial! 1. Open JCreator or NetBeans and make a java program with a file name of sampleForLoop.java. 2.

Data Types in Java

Submitted by donbermoy on
This tutorial will teach you how to understand what are the variables in java. A data type refers to the type of data that can be stored in a variable, means that a variable needs a data type to save space in the memory for allocation. So, now let's start this tutorial! 1. Open JCreator or NetBeans and make a java program with a file name of variables.java. 2. Now, we will initialize variables with their own data types in java. An int data type contains a whole number.

Database Information System in Java

Submitted by Bhaumik Mistry on
This project is database information system using java. It is connected to ms access database to the jdbc/odbc driver. You will learn how to save, edit delete and create new transactions in this system. The user can also view records using next, previous, first and last buttons. This is easy to used system. Hope you learn from this.

Load and Play a MIDI Sound File in Java

Submitted by donbermoy on
This tutorial will teach you how to create a program that will load and play a MIDI sound file in java. We all know that MIDI or Musical Instrument Digital Interface) is a sound designed for recording and playing back music on digital synthesizers that is supported by many makes of personal computer sound cards. It has .mid extension file. So, now let's start this tutorial! 1. Open JCreator or NetBeans and make a java program with a file name of playMIDI.java. 2.