You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sooner or later we'll have to setup some sort of builder pattern that allows to avoid having several variations of the same method with the params we need, e.g., something like:
RenderedImageBrowser.withImage(image).withTitle(title).wait(true).show()
The text was updated successfully, but these errors were encountered:
sooner or later we'll have to setup some sort of builder pattern that allows to avoid having several variations of the same method with the params we need, e.g., something like:
RenderedImageBrowser.withImage(image).withTitle(title).wait(true).show()
The text was updated successfully, but these errors were encountered: