Link/Show Form when clicking a Button in Java

Submitted by donbermoy on
This is a continuation of Login Tutorial and Connecting to MS Access database using JCreator see here With this, I am showing you some twist that after a correct login in the program it will show another form in Java. 1. First create a java program with a filename of MainMenu.java. 2. Import the following libraries. import javax.swing.*; import java.awt.*; import java.awt.event.*; import java.io.*

Hotel Reservation System for Watataps Inn (Java GUI)

Submitted by donbermoy on
This Watataps Inn Hotel Reservation System was my student's work for Computer Programming 2 defense as their final requirements for this Java GUI Programming Subject. This Hotel Reservation System was programmed through Java GUI and MS Access 2007 as database. This system features: - Guest Information - Reservation - Checkin - Checkout - Payment - Rooms - Room Status Monitoring Software Needed

Cashiering and Purchasing System for Ocean Bounties Restaurant

Submitted by donbermoy on
Cashiering and Purchasing System for this Restaurant was developed using Visual Basic 6.0 as frontend and MS SQL Server 2000 as backend. This system was one of the thesis I made for a particular school. This system is unique because this restaurant allows a debt purchase of meals. This system features: - Customer Registration - Sales Transaction - Order Item Transaction - Incoming Item Transaction

Number Validation: Only numbers in TextField using Java GUI

Submitted by donbermoy on
Some of my students before always asked how to filter a textbox with only numbers that can be inputted. Right away, they always made a mistake on writing the code because they are just using the NumberFormatException code. But actually it isn't wrong, it is just sometimes not applicable and not functioning at times when I can still remember my college days. But now, I wrote this code to filter numbers on textbox or any controls in Java. I want to share and teach about this code. Now let's begin this tutorial! 1.

Step-by-Step Installing JCreator and Connecting this Java Software to MS Access Database with Java GUI Login Tutorial

Submitted by donbermoy on
This is my own version of how to connect Java to MS Access database with a Login Tutorial. Because for now I will make tutorials for Java because my Facebook friends wanted me to have a tutorial about this programming language. Software to be used: JCreator LE 4.50 or NetBeans but I preferred JCreator, JDK 7 Download here, and Microsoft Access software. 1.

Animation: Bouncing Ball in Visual Basic 2008

Submitted by janobe on
In this tutorial I’m going to teach you how to animate a ball by using Visual basic 2008. The feature of the ball is that, it bounces in every side of the Form. With this, you will learn the functions of the bitmap and the graphics object. Let’s begin: Open the Visual Basic 2008 and create a New Windows Application.

How to Create a Simple CPU and RAM Meter in Visual Basic 2008

Submitted by janobe on
In this tutorial I will teach you how to create a simple CPU and RAM meter by using Visual Basic 2008. With this, you will be able to know the usage of your RAM and CPU. And it also calculates the percentage of its performance usage. Let’s begin: Open Visual Basic 2008, create a new Windows Application and drag the Label, ProgressBar, PerformanceCounter and a Timer. Name the two PerformanceCounters, “pcCPU” and the other one is “pcRAM”. Then, name the two Labels into “lblCPU” and “lblRAM”.

LIFE Multimedia for Audio 2014

Submitted by KEM827 on
LIFE Multimedia Catalog makes it easy for public speakers or ministries to catalog and label unlimited media types. CD's, DVD s, MP3's. Any media type that the librarian adds to the Type Look-up table can easily be cataloged for label creation, patron orders, and reporting. Single messages cataloged have the option of an associated parent album, and likewise albums may be grouped by Collections. A

LRB Boarding House Management and Billing System

Submitted by donbermoy on
This LRB Boarding House Management and Billing System was developed using VB 6.0 and MS SQL Server 2000 as the database. I made this system when I was a student as a project to students in other schools. This system features: - Boarder Registration - Payments - Additional Charges to Boarders - View List of Boarders - View All Rooms - View Available Rooms - View Occupied Rooms - Room Maintenance -