Update README.md

This commit is contained in:
MatMasIt
2021-02-23 20:45:49 +01:00
committed by GitHub
parent 95fda957b4
commit edf358758f

View File

@@ -1,2 +1,11 @@
# JThumbnail
A custom made "JClass" to implement ImageIcon in a JLabel without too much hassle
A custom made "JClass" to implement ImageIcon in a JLabel without too much hassle.
Includes auto resize-to-fit capabilities.
Usage:
* add JThumbnail to a pane/frame/whatever
* set the image file path
* update file path, width, height and description at will, JThumbnail will handle the creation of the new ImageIcon if changes are made
Available under MIT License