Hi Guys,
I have hundreds of JTextArea’s in my program. Adding LT to each of them create a massive memory footprint. Is there a way to only create one object and then attach that to the fields instead of creating a separate LT object for every field?