java

Crud Operation in Java MySQL In Netbeans Using Swing

Submitted by EEWsagar on
This CODE is going to help you learning how to do basic database operations (CRUD - Create, Retrieve, Update and Delete) using JDBC (Java Database Connectivity) API. These CRUD operations are equivalent to the INSERT, SELECT, UPDATE and DELETE statements in SQL language. Although the target database system is MySQL, but the same technique can be applied for other database systems as well because

Patient Information and Billing System (Eclipse Java/MSAccess)

Submitted by donbermoy on
This Patient Information and Billing System was programmed through Eclipse Software using Java Programming Language and Access 2010 as the database used. The features of the system are the following: - Login - Inventory - Confinement - Medicine Information - Patient Information - Billing - Discharge Account Information: username: admin password: lyndon For more inquiries and need programmer for

Point Of Sale System for Restaurant (Java Console)

Submitted by donbermoy on
This Point of Sale System for Santa Klaus Restaurant was programmed in Java Console without any database. The features of the system are the following: - Login - Ordering - Order Information - Customer Information - Billing - Viewing of Dish - Inventory - Filtered all errors Account Information: username: admin password: admin For more inquiries and need programmer for your thesis systems in any kind of programming languages, just contact my number below. Best Regards, Engr.

Graphics: drawString Method in Java

Submitted by donbermoy on
Today in Java, i will teach you how to create java program that will have the drawString method in creating graphics in applet. The drawString() method, takes as parameters an instance of the String class containing the text to be drawn, and two integer values specifying the coordinates where the text is placed (x and y coordinates in the screen). So, now let's start this tutorial! 1. Open JCreator or NetBeans and make a java program with a file name of drawString.java. In the classname, extend a java.applet.Applet to have an applet library. 2.

Create Applet in Java

Submitted by donbermoy on
Today in Java, i will teach you how to create an applet in Java. An applet is a small application that is viewed on the Web using java. So, now let's start this tutorial! 1. Open JCreator or NetBeans and make a java program with a file name of sampleApplet.java. In the classname, extend a JApplet to have an applet library. 2.

Bus Reservation and Ticketing System (Java Console)

Submitted by donbermoy on
This Bus Reservation and Ticketing System for Surigao City Bus Terminal was programmed in Java Console without any database. The features of the system are the following: - Login - Monitoring - Passenger's Information - Reservation - View Destination - Billing - Discounts Account Information: username: 1 password: 1 For more inquiries and need programmer for your thesis systems in any kind of

Enrollment System using Java + MSAccess

Submitted by donbermoy on
This Enrollment System for Surigao City Pilot School was developed using Java as the Frontend and MS Access Database integration. This features the following: - Login - Student Information - Enrollment Billing - Section - Grade Level - User Settings Data Source Name: EnrollmentSYS Software to be used: JCreator/NetBeans/Eclipse Account Information: username: a password: a For more inquiries and

Calculator Mobile App (Android, iOS, WinPhone)

Submitted by shannah on
This is a simple demo of a functional calculator native mobile application. It is written using Codename One, and can be deployed as a native Android, iOS, Windows Phone, J2ME, BlackBerry, Web, Mac, or Windows App. The code is as follows: package com.codename1.demos.calculator; import com.codename1.ui.Button; import com.codename1.ui.Component; import com.codename1.ui.Container; import com