Create a dialog that includes rudimentary controls. Optional maxWidth allows image downscaling by factors of two. @param parent @param source @param maxWidth @return
(Frame parent, Object source, int maxWidth, Function<HTML5Video, Void> whenReady)
| 319 | * @return |
| 320 | */ |
| 321 | public static JDialog createDialog(Frame parent, Object source, int maxWidth, |
| 322 | Function<HTML5Video, Void> whenReady) { |
| 323 | return createDialog(parent, source, maxWidth, true, whenReady); |
| 324 | } |
no outgoing calls