Chushu Gao
Results
2
comments of
Chushu Gao
Thanks @romatallinn. I will look at it and see how it works for other example.
I checked the source code corresponding to the FASTEN uri above: ``` private void addStopButton(final Game game) { assert game != null; buttons.put(STOP_CAPTION, game::stop); } ``` I guess the uri...