Not sure it’s “best practise”, and to caveat further I’m still migrating my app 
from swing to jfx, so there may be better ways in the new world, but my 
approach was to use separate listener / adapters and store using the cross 
platform java preferences api. Often subclassing, so on create the stored 
preferences are applied. Ymmv. 

> On 20 Apr 2019, at 07:00, Jason Shattu <[email protected]> wrote:
> 
> +1
> 
> ------ Original Message ------
> From: "Andrew Munn" <[email protected]>
> To: [email protected]
> Sent: 20/04/2019 01:35:31
> Subject: Framework for saving window positions, etc?
> 
>> What are best practices for saving users' window positions, sizes, table
>> column order/width, etc so these things are restored on startup?   Is there
>> a good framework for this or do you just roll your own?
> 

Reply via email to