From edf358758f9409044d4c3cc16bebe3748792b6aa Mon Sep 17 00:00:00 2001 From: MatMasIt <34745996+MatMasIt@users.noreply.github.com> Date: Tue, 23 Feb 2021 20:45:49 +0100 Subject: [PATCH] Update README.md --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 25bbee8..3eda2e3 100644 --- a/README.md +++ b/README.md @@ -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