Search:

Type: Posts; User: harsimran

Search: Search took 0.17 seconds.

  1. Replies
    1
    Views
    1,675

    isEnabled() method for Jtextfield

    i want to add isEnabled() method to JTextField, i write a code


    tRate=new JTextField();
    if (tRate.isEnabled()){
    JOptionPane.showMessageDialog(c,"press any key to get rate");
    }
    but it is...
  2. Replies
    1
    Views
    1,518

    problem related combobox nd database

    i hav created a combobox and add elements to it from database . combobox contain elements lyk 1-2year,12 months,5-9years, means numeric as well as text.
    but now i want to extract only numeric data...
  3. java.sql.SQLException: [Microsoft][ODBC Microsoft Access Driver]Invalid descriptor in

    table tr used has only 2 columns first one is time period of type text nd second is rate of type text
    acc. to me error is in bold lines
    my code is

    try ...
Results 1 to 3 of 3