Commit 5a859766 authored by Eric Duminil's avatar Eric Duminil
Browse files

RegionChooser: Note

parent 9ecd0f96
...@@ -62,6 +62,8 @@ public JavaScriptFXBridge() { ...@@ -62,6 +62,8 @@ public JavaScriptFXBridge() {
* Launches a background thread in which the hull gets extracted for every CityGML file. The hull gets sent back * Launches a background thread in which the hull gets extracted for every CityGML file. The hull gets sent back
* to the JS app in order to be displayed. * to the JS app in order to be displayed.
* *
* NOTE: To be very honest, I don't really understand concurrency in JavaFX. Eric
*
*/ */
public void refreshHulls() { public void refreshHulls() {
//NOTE: Could add progress bar? //NOTE: Could add progress bar?
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment