Search:

Type: Posts; User: Azriq007

Search: Search took 0.42 seconds.

  1. 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...
  2. 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.*;...
  3. 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();
    ...
  4. 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..


    ...
  5. 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 5 of 5