Monday, April 30, 2012

How to Create System Repair Disk in Windows 7

Thursday, April 19, 2012

How to Create Menu in Java

292UGPS4HNH3
programmerpro - The following example program demonstrates how to create a menu in java. Menu created with two main class JMenu, and JMenuItem.

Tuesday, April 17, 2012

How to Make Slideshow With Javascript

programmerpro-Usually, if you create a slideshow, there are a lot of JQuery framework that you can use. But this time the conditions are different, you must create a slideshow with pure javascript without using JQuery. This condition I have ever faced as a lecturer asked to create a website with a gallery that displays the slideshow, but it is not allowed to use the JQuery framework.

Window Event in Java

programmerpro - Examples The following program provides examples of how the event handling in the window. Event window will be active as amended measure is, diclose, active, and so forth. Listener used in the example program is WindowListener, WindowFocusListener and WindowStateListener.

Event handling in Java

programmerpro - Event handling is handling the concept of an action that occurred. So the program will run when something happens, for example, when the button is clicked, when the combo box is selected and so on. Java has some kind of Event Handling, one of which is the ActionListener class that handles the action of the button. Here is an example program:

Drawing Polygon in Java

Examples The following program will present how to draw a polygon shape (in terms of many) in Java. To make it we use the Polygon class and method drawPolygon ().

Structure of the Special Conditions? in PHP

The following program is an example of using the structure of the special conditions? in PHP. The structure of these conditions can be applied to a simple examination of the conditions, such as IF ELSE.