Hello to all it has been a while since the last update. Today I am going to add free-to-download mobile ringtones originally created and composed by me. I have decided to add more freebies in this blog...
Program Description:
This is a simple Java project, a conversion project from JFrame to JApplet which was requested by someone in my Fan Page. I am trying to make the code as simple as possible and as...
Program Description:
Today we are going to create a very simple JTable in Java with inputs which I think this is the shortest, easy-to-understand JTable program you can find in the internet. In this program,...
Program Description:
Today I have created a very simple Java Program on how to create a transparent JTextField. This is just a basic way on how to create a 100% transparent JTextField which means you...
Program Description:
This program is just a simple java code to illustrate on how to re-size the JTextField in a simple way using simple code. Similar to JPanel, the way on how to change JTextField size...
When you encounter CCB-A problem, a pop-up window that says
Your system clock appears to have been changed, possibly in an attempt to defeat the security system on this program. Please correct your system...
Program Description:
Today we are going to create our first basic java applet program using JApplet component. This is just a very short and simple java code that you can really understand.
JApplet is...
Program Description:
This Java program demonstrates on how to add JComponents above an image. The technique is simple, it is just a JPanel inside another JPanel.
We created a class called "backgroundClass"...
Program Description:
I've been surfing in the internet about JPanel transparency and I found out that there are lots of code versions out there on how to make JPanel background color transparent and to...
Program Description:
This is another JPanel Demonstration which gives you the idea on how to specify a JPanel size inside another JPanel which size is also being specified. This is very useful if you...
Program Description:
This is just a simple and short java program on how to set or customize JPanel size using the class Dimension and setPreferredSize(); method.
The program is very easy to understand...
Program Description:
Today, I have created a simple progress bar program in Java using JProgressBar which consists of two separate programs/classes, the Main Program and the Plugin which is the progress...
Program Description:
Today I have created an easy and short Java program on how to add image above another image using the class Toolkit and Graphics2D. This technique is very useful in creating maps,...
Program Description:
The Java Program below is similar to the topic I created about retrieving data from database and display using JList, the only difference is that this program is using JComboBox...
Program Description:
The Program below is a Java Code that demonstrates on how to retrieve data from MS Access database and display it using JList. It has five buttons that corresponds to the...
Program Description:
The Java Program below is a simple code on how to use the function First, Last, Next, and Previous in scanning data from MS Access Database. I made this program as simple and as...
Program Description:
The Program below is a very short, easy-to-understand java code that allows the user to add data to the database. The program is capable of detecting connection errors and input...
Program Description:
There are lots of versions of java codes out there demonstrating on how to connect java application to MS Access Database. Now I have created my own, simple, short, and easy to understand...