A custom made "JClass" to implement ImageIcon in a JLabel without too much hassle
This repository has been archived on 2024-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
2021-02-23 20:46:22 +01:00
JThumbnail.java Create JThumbnail.java 2021-02-23 20:46:22 +01:00
LICENSE Initial commit 2021-02-23 20:36:16 +01:00
README.md Update README.md 2021-02-23 20:45:49 +01:00

JThumbnail

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