JList:
Create a JList, showing information about temperature as:k degrees C = f degrees F
where k varies from -70 to +60.
Note: Do not use arrays or collections (including DefaultListModel that underneath uses Vector class).
Create a table (JTable), showing books:
The book is:- author's
- title
- price
- cover (picture)
You should provide:
- the ability to edit the prices in the table (in the cell)
- add and remove rows to / from the table from the GUI.
Comments
Post a Comment