Search:

Type: Posts; User: Azriq007

Search: Search took 0.10 seconds.

  1. Replies
    2
    Views
    3,647

    Re: Cannot update data in .txt/.csv file

    first of all.. i do not want to read a file and update database with the information in the file.. i am making a text file as my application database.. connecting using jdbcodbc driver .. connecting...
  2. Replies
    2
    Views
    3,647

    Cannot update data in .txt/.csv file

    hello there.. i need some help right here..

    i am trying to connect my java application with .txt file using jdbc

    for the connection and query that's successful

    but when it come to updating...
  3. Re: Help with JTable and JButton both in separated class file

    First why i make it in separate JPanel class is because my real system is quite biq one.. so if the long code in one class can divided into a few class , that's make easier to manage my code and...
  4. Re: Help with JTable and JButton both in separated class file

    maybe this code can make you all understand what i am trying to do here... which right now i am in failed status...

    class jPanelButton

    import java.awt.event.ActionEvent;
    import javax.swing.*;...
  5. Re: Help with JTable and JButton both in separated class file

    have you been saying about his


    jTbl = new JTable(Mv_S.getRowData(), Mv_S.getColumnName());
    JScrollPane scrollPane = new JScrollPane(jTbl);
    one.add(ScrollPane);
    one.revalidate();
    ...
  6. Re: Help with JTable and JButton both in separated class file

    what i mean is.. i wanted to add data into JTable dynamically.. where when i click on the button on JPanelTwo class , the data from database will appear in JTable which in JPanelOne class..


    ...
  7. Help with JTable and JButton both in separated class file

    okay.. to all coders .. i need some help here...

    i am trying to develop a java application

    just combining 3 difference classes , separated each..

    1st class - JPanel subclasses name...
Results 1 to 7 of 7