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 Chris Miller 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. aminur

    problem in retrieving data from excel sheet

    Hi . I am reading an excel file by jdbc:odbc connection.While retrieving the data i am using the method resultSet.getString(column); But the problem is that in my case, I have acolumn that has got both pure numeric(12345) and purely alphanumeric(testing) type of data...
  2. aminur

    drag and drop problem in JTextField(urgent)

    you did'nt got the problem....I hope so Please help me I have added a JTextField In a swing form in my java programme and i want to add the functionality of dragging and dropping the text in that JtextField How to do this by Java code
  3. aminur

    drag and drop implementatiion problem

    i want to drag a selected text in JTextField from a location to another by pressing the mouse on selected text and dragging it to newer location in the same text field(as in Microsoft word) .How to imlement this drag and drop method in a single textfield ?Will any one help me out please...
  4. aminur

    drag and drop problem in JTextField(urgent)

    Hi ! Hope you all be fine I want to move a selected text in a JTextField from a location to another by pressing the mouse on selected text and dragging it to newer location in the same textfield(Like Microsoft word) how to do it with my JtextField.Will u help me out please Regards...

Part and Inventory Search

Back
Top