Java

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.

ATM System (Java GUI)

Submitted by donbermoy on
This ATM System was my student's work for Computer Programming 2 defense as their final requirements for this Java GUI Programming Subject. This ATM System was programmed through Java GUI and MS Access 2003 as database. This system features: - Login Verification - Account Registration - Balance Inquiry - Transfer Amount to other accounts - Deposit - Withdraw Account Information: username: admin

CHUMZ Construction Supply Delivery System

Submitted by donbermoy on
This CHUMZ Construction Supply Delivery System was my student's work as their project in their final defense in Computer Programming 2 since I handled this Java Subject. This project was programmed using Java GUI as frontend and MS Access 2003 as backend. This system features customer registration and information, product information such as sand, gravel, cements, hollow blocks, and rocks, user

Java Point-of-Sale System for Tapsihan

Submitted by donbermoy on
This is a Point-of-Sale System for Tapsihan. Language: Java Database: MS Access This system features to have its own menu for foods like tapsilog, hamsilog, etc., drinks like softdrinks such as coke 8oz, 12oz, etc,., and extras like rice, tapa, logganiza because all of these are fixed in a Tapsihan. This system also covers to add all the desired order of the customer via clicking the images and

Android - Based Mobile Reservation Application

Submitted by donbermoy on
This is a thesis made by the graduating students of STI Surigao particularly the ITP, a 2-Year Course program from this prestigious school. Copy and install the MobileReservation.apk to your Android Phone and run it. This application features: - User Login - Guest Information - Add - Edit - Search - Delete - Banquet Information - Add - Edit - Search - Delete - Banquet Monitoring - Availability of

Java Advance Login with SQLite

Submitted by shiundu on
I dedicate this project to my fellow developers who may have same problem like me in giving access level privileges in java. This project will teach you on how to make a login page with different users using SQLite. Login details: username: boss password: boss division: Admin Change the directory of the database to fit your computer.