hansva commented on issue #6469: URL: https://github.com/apache/hop/issues/6469#issuecomment-3816116942
I'm not sure I want to take the challenge to rewrite all the dialogs at this point in time. My main problem was that I had to streamline the shell creation to allow different styles for different operating systems. But that being said, I have expanded the work to include the transform name, as this code is the same everywhere and I have added a builder for the buttons. This way, you can do ``` buildButtonBar(null).ok(e -> ok()).preview(e -> preview()).cancel(e -> cancel()).build(); ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
