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
Dynamic Table Coding In Java
Collapse
X
-
Tags: None
-
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.Originally posted by bsgeethaeceHai... 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?Originally posted by bsgeethaeceHai... 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
[code=java]
public interface DynamicTableGet ter {
public void createDynamicTa ble();
public DynamicTable getDynamicTable ();
}
[/code]
~8^) <--- puzzled look on face.
kind regards,
JosComment
Comment