mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2026-02-11 06:27:13 -06:00
- reduced temporary memory usage by specifying optimal initial capacity to `new Path2D.Float()` - replaced `path.append( new Line2D.Float(...) )` with `path.moveTo(...); path.lineTo(...);`, which does the same, but does not use temporary objects
FlatLaf Core
This sub-project contains the FlatLaf core source code.