Files
FlatLaf/flatlaf-core
Karl Tauber fb15cdc546 Icons:
- 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
2022-08-11 18:09:47 +02:00
..
2022-08-11 18:09:47 +02:00
2019-11-24 16:59:13 +01:00

FlatLaf Core

This sub-project contains the FlatLaf core source code.