Posts from July 2011

7 result(s) found

My new handset Sony Ericsson Xperia X10 mini
Java

Hi guys - I'm really excited to get a new handset made Sony Ericsson, which is first handset from them with Android operating system. I liked the interface and design very much. But I can't still get ...

Computer and programming language terminology
Java

Here I'm giving some programming language terminologies.computer: an entity that executes instructionsprocessor: the part of an electronic computer that executes instructionsprimary storage: the part ...

Sun Java 7 is on its way
Java

Sun Microsystem is releasing weekly early access snapshots of the complete source, binaries and documentation for JDK 7. These snapshot releases let you review and contribute to the Java SE platform a...

Java program to demonstrate web colors with swings
Java

If you know bit of HTML and when you're developing a webpage, I think you would have felt uneasy while choosing the colors for the web. I've developed a small Swing component which will just list down...

Java program to calculate notes denomination
Java

We all know how to withdraw money from ATM machine. When my friend was checking his account balance, first time I came to know about ATM machine, I wondered by looking at that machine (It was the Andh...

Notepad - Java swing based program
Java

I'm going to explain about my program, Notepad.java, a swing based program. It just look like windows operating system's notepad.We can implement all the typical text editor functionality with Java. M...