Search:

Type: Posts; User: matsnys

Search: Search took 0.07 seconds.

  1. Replies
    5
    Views
    1,752

    Re: How to call tablle

    What do you mean by "call the table"? - I would like to make a call so the table is triggerad/started, the same thing as the main-method is doing.

    Are you talking about getting a copy of the...
  2. Replies
    5
    Views
    1,752

    Re: How to call tablle

    package components;

    /*
    * TablePrintDemo.java requires no other files.
    */

    import javax.swing.JFrame;
    import javax.swing.JPanel;
    import javax.swing.JScrollPane;
    import javax.swing.JTable;
  3. Replies
    5
    Views
    1,752

    How to call tablle

    Hello!

    I would like to call the table ( see attached file)

    This table example is downloaded from : Using Swing Components: Examples (The Java™ Tutorials > Creating a GUI with Swing > Using...
  4. Replies
    1
    Views
    1,036

    How to call table?

    Hello!

    I would like to call the table "TablePrintDemo"(se below) from another class and method.
    I also would like to pass a matris with values to be printed in the table.

    What method should I...
Results 1 to 4 of 4