Dynamic Table Coding In Java

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • bsgeethaece
    New Member
    • Oct 2007
    • 1

    #1

    Dynamic Table Coding In Java

    Hai... now I am doing Library Management System Project in Java. ..I wants to create a Dynamic Table in one interface.... if u people know plz forward the coding 2 me....thank you
  • r035198x
    MVP
    • Sep 2006
    • 13225

    #2
    Originally posted by bsgeethaece
    Hai... now I am doing Library Management System Project in Java. ..I wants to create a Dynamic Table in one interface.... if u people know plz forward the coding 2 me....thank you
    No we won't forward you the codes. Read the site's posting guidelines and find out that we don't supply boiler-plate codes here. We only help those who are willing to do the coding themselves.

    Comment

    • JosAH
      Recognized Expert MVP
      • Mar 2007
      • 11453

      #3
      Originally posted by bsgeethaece
      Hai... now I am doing Library Management System Project in Java. ..I wants to create a Dynamic Table in one interface.... if u people know plz forward the coding 2 me....thank you
      I don't understand your question. Is it this you want?

      [code=java]
      public interface DynamicTableGet ter {
      public void createDynamicTa ble();
      public DynamicTable getDynamicTable ();
      }
      [/code]

      ~8^) <--- puzzled look on face.

      kind regards,

      Jos

      Comment

      Working...