September 2002
Intermediate to advanced
496 pages
10h
English
In the previous chapters we presented several applications for managing the inventory. In this chapter we created the GUI version of the stock management application. You can view the items that are currently in stock, add new items, and modify the details of the existing items. Figure 14-11 shows the main window of our application.

For this demonstration, we used several back-end components. Some of them we already met in the previous chapters and some we created especially for the study.
StockItem provides the functionality of the item in stock with several properties: ...