Disable an Input Character in Java

Submitted by donbermoy on
This tutorial will teach you how to create a program that will disable a specific input of a character in java. So, now let's start this tutorial! 1. Open JCreator or NetBeans and make a java program with a file name of disableInputChar.java. 2. Import the swing package library: import javax.swing.*; // used to access the JComponent,JFrame,JTextField, and KeyStroke class 3. We will initialize

Rotating Border in CSS

Submitted by GeePee on
This project will teach you how to create a rotating border using pure css. There are different tricks on how to do this. First, we have to create four div's and set a border-bottom to 5px dashed. It will create a dashed lines. Form lines to a square. Animate lines to linear with a duration of 6 seconds infinite. Hope you learn from this.

Sparkling Lights Animation in CSS

Submitted by GeePee on
This project will teach you how to animate like a sparkling light using pure css. First we have to create a glowing light. You can use box-shadow property to make your object look like it's glowing. Then we have to set the animation-duration and animation-iteration-count. In my example, the duration is 1.5 seconds and iteration-count is infinite. Try this animation and I'm sure you'll enjoy

Change User Interface(UI) in Java

Submitted by donbermoy on
This tutorial will teach you how to create a program that can choose and change the User Interface(UI) that is installed already in java. So, now let's start this tutorial! 1. Open JCreator or NetBeans and make a java program with a file name of UILookAndFeel.java. 2. Import the following package library: import java.awt.event.*; //used to access the ActionEvent and ActionListener class import

Design and Implementation of Examiniation Grading System for Hign School

Submitted by Walterjnr1 on
It has been observed that the computation, compilation and most importantly grading of student’s results with the use of manual and some general purpose software (off shell packages) is time consuming, creates fatigue and prone to errors. These have also been factors contributing to students’ failure and delay is sometimes inevitable. This project sought to encourage the use of customized computer

Focus when Mouse Hover in Java

Submitted by donbermoy on
This tutorial will teach you how to create a program that when hovering a mouse it will focus on the button using java. So, now let's start this tutorial! 1. Open JCreator or NetBeans and make a java program with a file name of focusSample.java. 2. Import the following package library: import java.awt.*; //used to access a Component and GridLayout class import java.awt.event.*; //used to access

Customized Scrollbar in CSS

Submitted by GeePee on
This project will teach you how to customize a scrollbar using css. We can use this on webpage that has a large content. Scrollbar can be customize based on our preferred design. Scrollbar has different structures like button, track, thumb etc. Buttons can be clicked to increment or decrement the selection(mine has set to none). Track is the area where you can move the thumb. And thumb which is