×

Loading...

help! Please help me to evaluate the cost and time to be used in such a Java project. The requirements of the project is as following:

help!

Please help me to evaluate the cost and time of such a Java project: The
requirements of the project is as following:

1. The layout is just like JDK API. Two small windows in the left pane.
2. The top window shows the topic.
3. The bottom window shows the details related the specific topic when
click one topic in the top window.
4. The two windows should be in the same component.
5. The contents (topics and details related the specific topic) are
retrieved from Database, can't be hardcoded.
6. When click mouse right key, pop up a menu. The menuitems should be dynamic generated accroding to the Datasource from Database, can't be hard coded.
7. Above all, Java GUI interface, dynamic selection and dynamic right
mouse contents.

I should evaluate the cost and time for developing such a component using Java AWT or Swing. For example, such component should cost 1 person 3 weeks or some other similiar information.

Thank you!
Report