JList and JTable Project in Java with full source code
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.
CONTACT DETAILS
For any other questions or other tasks please feel free to contact me
via email: mhassnainjamil@gmail.com
via WhatsApp: +92-324-7042178
via skype: hassnainjamil1
Comments
Post a Comment