url_source/2
| ?- java_constructor('java.awt.Frame', X), java_method(X, setSize(100,100), _), java_method(X, show, _).