Java

Count SubString in a Large String in Java

This tutorial will teach you how to create a program that will have an example of Caret Event and Listener in Java. A CaretEvent lets the user notify interested parties that the text caret has changed in the event with its source. Note: A caret is the cursor indicating the insertion point So, now let's start this tutorial! 1. Open JCreator or NetBeans and make a java program with a file name of countSubStrings.java. 2.

Crud Operation in Java MySQL In Netbeans Using Swing

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)

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)

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

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.