I am not sure there is any case in Java needing such weirdly placed brackets the most complex bracket structure you can find in Java is either a lambda expression (i.e. how you specify the runnable task of a timer) or a casting structure i.e. int a = (int) myTimer.getTick()
but glad you have managed to get it working in the end
ya it works great... expands the potential huge for me and makes it fun. I will try to find that example and show you.
Now I need to read a preset config file to set up basic parameters for a routine.