java GUI

Kilometer to Miles Converter in Java GUI

Submitted by donbermoy on
In this tutorial, i will teach you how to create a program for converting kilometer to miles in java with GUI. It is necessary for java beginners to undergo and learn this simple program that i have made. Now, let's start this tutorial! 1. Open JCreator or NetBeans and make a java program with a file name of kmToMiles.java. 2. Import javax.swing package.

Display Current Date in Java GUI

Submitted by donbermoy on
This is my other java tutorial that i will teach you how to load and display the current date in Java GUI. Of course, it is a too little hassle because java has complicated codes in showing current date compared to other languages such as visual basic. Now, let's start this tutorial! 1. Open JCreator or NetBeans and make a java program with a file name of DateText.java. 2.

Display Current Time in Java GUI

Submitted by donbermoy on
Now, in this tutorial, i am going to teach you how to create a program that will display the current time using Java in GUI form. Of course, it is a too little hassle because java has complicated codes in showing current time compared to other languages such as visual basic. Now, let's start this tutorial! 1. Open JCreator or NetBeans and make a java program with a file name of ClockText.java. 2.

Creating User Account Information in Java - Searching Records to Database

Submitted by donbermoy on
This is a continuation of my last tutorials entitled Creating User Account Information in Java - Adding Records to Database. So, in this tutorial we will create a function button that provides searching of records in the access database. Now let's start this tutorial! :) 1.

Creating User Account Information in Java - Adding Records to Database

Submitted by donbermoy on
Good day! This tutorial will focus on creating a user account information in java particularly in adding records to the database. Now let's start this tutorial! :) 1. Create your database in ms access and named it sample.mdb with Login table and the following entities below. design design 2. Create your java program now named UserSettings.java. 3.

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