Search:

Type: Posts; User: trchinh_it

Search: Search took 0.10 seconds.

  1. Re: I can't use JTable in a JFrameForm despite of import

    It was defined in PhoneBook2 Frame


    private void initComponents() {

    jPanel1 = new javax.swing.JPanel();
    jScrollPane1 = new javax.swing.JScrollPane();
    jTable1 = new...
  2. Re: I can't use JTable in a JFrameForm despite of import

    I've checked again and ensuring that there is not any spelling error/ missing completely. I just concern why I have created jTable1 (actually that is automatically generate code -drag and drop) in...
  3. Re: I can't use JTable in a JFrameForm despite of import

    Yean, thanks for your suggesion
    here is full text error message:

    cannot find symbol
    symbol: variable jTable1
    location: class tut11phonebook.AddContact
    ----
  4. Re: I can't use JTable in a JFrameForm despite of import

    Yean, here is my code:
    AddContact Form


    package tut11phonebook;

    import javax.swing.JFrame;
    import javax.swing.JTable;
    import javax.swing.table.DefaultTableModel;
    import...
  5. I can't use JTable in a JFrameForm despite of import

    Hello everyone, I'm a newbie. I have a question to ask you:confused:
    I'm creating a mini program like following figure:
    2060
    I have already created 2 above Frames.
    When I catch event for Add...
Results 1 to 5 of 5