Darmo-Utils 1.1


Download Lastest Release
Show license

I created this library for my personal use to avoid rewriting the same samples of code in each project. I might add more features over time.


Changelog

  • Added method in ImageLabel to draw additional content over the image

  • ImageLabel now has fields containing image size and position

  • Removed typo in @SubscribeEvent annotation ('c' was missing)

  • Jar has a different name as it broke Gradle

  • 'component' field in DropTargetHandler was never initialized

  • Utilitary classes to handle files/jar

  • App internationalization

  • Simple undo/redo manager

  • Basic event system

  • Swing components (Status bar, drag-and-drop handler, base class for dialogs, label with resizing icon)

  • Version representation implementation

  • @Nullable annotation