Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Bloodraeven

  1. Bloodraeven

    Mousedown()?

    ok i have been staring at the code for Mousedown for a few days now and it will not seem to work for me. this is the code: import java.awt.event.*; import java.awt.*; public class mouseclictest extends java.applet.Applet { int _x=0,_y=0; public void init () { } public boolean...

Part and Inventory Search

Back
Top