textfield

  1. buddyram

    AJAX!!!

    I need the help in modifying the ajax code in retrieving the data items from the database to the text field(like the google). As of now, I have put a <span> tag below the textfield with an Id for placing the data retrieved from the database I have also attached the screenshot with an example!
  2. abhinav_bipnesh

    Adding Keyboard Event to JButton

    Hi Guy, I have started learning Swing programming in java and for that i am creating a sample calculator application. For this i have made the JtextField a non focus object so when i click any of JButton textField take the input without any problem. Now i want to add keyboard event to these...
Top Bottom