Click here to Skip to main content
15,898,134 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have created 3 packages.

First is Accept Package:
In Accept Package I made one class named accept and a function named acceptdetails.

Second is Display Package:
In Display Package I made one class named display and a function named displaydetails.

And the Third is AcceptDisplay Package:
In AcceptDisplay Package I made one class named Main and a function named main.

I import Accept and Display Packages into my AcceptDisplay Package So that I can use them in my main function. The problem is: i am able to accept the details but does not display the same.

How can I display them?
Please help me. If you want the code then tell me i will send it to you.

Thanks in Advance
Shweta :rose:
Posted
Updated 19-Jul-10 21:59pm
v2

1 solution

ShwetaSaxena wrote:
i am able to accept the details but does not display the same.


It is impossible to guess what any of your code does so you will need to post the part that you think has the problem (please update your question and put code between <pre></pre> tags). I would also perhaps question why you have separated your application into three packages since they appear to be closely related.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900