1.1.2
Small Update-Release
Small new Features and lots of fixes:
New
- PUICanvas, can be added alone to PUIFrame
- PUIMatrix, scales and positions Elements in a Grid-Pattern
- PUIScrollList
- have spaces between Elements
- center an Element in the list
Fixes/Updates
- Renders now with Graphics2D instead of Graphics
- PUIRotaryControl:
- fixed displaying Value as lines (now Arc/Oval)
- MemoryOptimizations:
- PUIElements can now be released, where they are no longer referenced by in the PUICore & PUIElement-RegisteredElements-List
- Java-GBC is called every 10s when Elements have been released and are not further used by PUIElement, Frame or PUICore
- Mouse-Update-Bug: When not moving Mouse after Click-Event, Elements could not be clicked/scrolled until the Mouse moves again
- Small UI-Fixes
- Small Code-Quality-Improvements