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

Creating a Database in SQL Server and Connect it to Visual Studio

Submitted by donbermoy on
In this tutorial, I will teach you how to create a database in SQL Server using the Microsoft SQL Server 2008 and Connect this database in the Visual Studio 2010. So, now let's start this tutorial! 1. Open the SQL Server Management Studio for the first step on creating a database. design 2. Right Click on the Database Folder and then click New Database. design 3. Create a database name, input a name on it.

TicTacToe

Submitted by Sherwin14 on
This program is a simple TicTacToe, written in c# .NET. The main features are: 1.) 2 Players, 2.) Highlight buttons when there is a winner. I am planning to create an A.I using MINIMAX ALGORITHM. Hope you learned from this.

Play Audio (.WAV) Files in C#

Submitted by donbermoy on
In this tutorial, I will teach you how to create a program that will only play audio files preferably .wav files using c#. So, now let's start this tutorial! 1. Let's start with creating a Windows Form Application for this tutorial by following the following steps in Microsoft Visual Studio 2010: Go to File, click New Project, and choose Windows Application. 2.

Display PDF File inside the Form using C#

Submitted by donbermoy on
In this tutorial, I will teach you how to create a program that will open and display a PDF File inside the form using C# language. So, now let's start this tutorial! 1. Let's start with creating a Windows Form Application for this tutorial by following the following steps in Microsoft Visual Studio 2010: Go to File, click New Project, and choose Windows Application. 2.

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