This user has contributed 2 articles, 12 code samples and posted 424 messages in our discussion forums.
Articles & Tutorials
-
Learn how to use generate Midi sounds using the synthesizer object sythesis in Java.. 
-
The basics of coding GUIs with the Swing package in Java.. 
Code Samples
-
Make a picture in a picturebox appear when viewed with red filter glasses.. 
-
How to fill a form or draw text with a color gradient.. 
-
A simple program that converts images into blocks of font tag colored 1s and 0s.. 
-
A simple AutoRedraw property to fool around with.. 
-
A program that searches on Google's Image Search.. 
-
How to add menu's to the system menu and respond to clicks.. 
-
Two classes that provide system menu functionality similar to the regular Menu and MenuItem classes so that you can use regular Click events instead of overriding WndProc.. 
-
Source code for a chat server, and the accompanying client program.. 
-
This browser doesn't use anything but a picture box and a winsock control.
. 
-
Instructions for how to install and use java look and feels that you downloaded off the internet. 
-
Converts an Integer up to 65535 to a String of Binary digits. . 
-
A little web browser made from a JEditorPane and a JTextField and few JButtons. The code for the HyperlinkListener is straight from the api spec.. 