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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. shomila

    Model Listener

    Hi Could someone please help. I have an error "<identifier> expected", while trying to compile the following code: class ShapeCanvas extends Canvas implements ActionListener, MouseListener, MouseMotionListener, UMLModelListener { UMLModel myModel = new UMLModel()...
  2. shomila

    Click image

    i have used the following code: public class Test extends Applet implements Loadable, HotSpotListener { RealMedia rm; HotSpot hs1; int x =1; public void init() { setLayout(null); setBackground(Color.white); rm = new RealMedia(this)...
  3. shomila

    Click image

    Hi, i need some help.. i am trying to run a Java Applet and i think that the code that i need is in Java. I have loaded an image on the applet in java and i want to make it so that when you click on on this image(please note there are many images) an action is performed relating to this image...
  4. shomila

    Sort and ADO recordset in Excel using the SORT property

    hi why dont you try sorting in the SQL statement e.g: SELECT a, b, c FROM tblExample ORDER BY b;
  5. shomila

    create drawing window

    hi, im making a webpage using html and java applets. i have made an image using java. this image is then displayed on the html page. i then want to make it so you can click on this image and another window will pop up. in this window you can enter notes about the image. i need some help and...

Part and Inventory Search

Back
Top