{"id":19294279,"url":"https://github.com/mdecker-mobilecomputing/java_langeberechnung","last_synced_at":"2026-05-16T15:05:43.248Z","repository":{"id":119792461,"uuid":"152907293","full_name":"MDecker-MobileComputing/Java_LangeBerechnung","owner":"MDecker-MobileComputing","description":"Two Java programs (Desktop programs, no Android apps!) showing how to perform a long calculation in a background thread.","archived":false,"fork":false,"pushed_at":"2026-02-17T10:41:31.000Z","size":153,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-02-17T16:07:11.540Z","etag":null,"topics":["java","javafx","swing"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MDecker-MobileComputing.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-10-13T19:30:14.000Z","updated_at":"2026-02-17T10:41:35.000Z","dependencies_parsed_at":"2024-02-12T12:54:30.833Z","dependency_job_id":null,"html_url":"https://github.com/MDecker-MobileComputing/Java_LangeBerechnung","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/MDecker-MobileComputing/Java_LangeBerechnung","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MDecker-MobileComputing%2FJava_LangeBerechnung","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MDecker-MobileComputing%2FJava_LangeBerechnung/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MDecker-MobileComputing%2FJava_LangeBerechnung/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MDecker-MobileComputing%2FJava_LangeBerechnung/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MDecker-MobileComputing","download_url":"https://codeload.github.com/MDecker-MobileComputing/Java_LangeBerechnung/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MDecker-MobileComputing%2FJava_LangeBerechnung/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33107571,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-16T04:41:52.686Z","status":"ssl_error","status_checked_at":"2026-05-16T04:41:52.009Z","response_time":115,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["java","javafx","swing"],"created_at":"2024-11-09T22:37:46.630Z","updated_at":"2026-05-16T15:05:43.233Z","avatar_url":"https://github.com/MDecker-MobileComputing.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Lange Berechnung mit Swing und JavaFX #\r\n\r\n\u003cbr\u003e\r\n\r\nTwo Java programs (Desktop programs, no Android apps!) showing how to perform a long calculation in a background thread. \r\nThe programs are using different UI libraries, namely [Swing](https://docs.oracle.com/javase/tutorial/uiswing/start/index.html) \r\nand [JavaFX](https://docs.oracle.com/javafx/2/overview/jfxpub-overview.htm).\r\n\u003cbr\u003e\r\n\r\nIdentifiers (names for classes, variables and methods), (JavaDoc) comments and UI texts are in German only.\r\n\r\n\u003cbr\u003e\r\n\r\n----\r\n\r\n## Compiling ##\r\n\r\n\u003cbr\u003e\r\n\r\nOpen a shell (e.g. DOS Box or Shell) in the folder with the Java file. Then enter the following command:\r\n\r\n````\r\njavac *.java\r\n````\r\n\r\nThis should compile both variants of the application (namely one with *Swing* and one with *JavaFX*).\r\n\r\n\u003cbr\u003e\r\n\r\n----\r\n\r\n## Swing version ##\r\n\r\n\u003cbr\u003e\r\n\r\nCommands to run the application:\r\n\r\n````\r\njava LangeBerechnungMitSwing\r\n````\r\n\r\n\u003cbr\u003e\r\n\r\n![Screenshot Swing](screenshot_Swing.png)\r\n\r\n\u003cbr\u003e\r\n\r\n----\r\n## JavaFX version ##\r\n\r\n\u003cbr\u003e\r\n\r\nCommands to run the application:\r\n\r\n````\r\njava LangeBerechnungMitJavaFX\r\n````\r\n\r\n\u003cbr\u003e\r\n\r\n![Screenshot JavaFX](screenshot_JavaFX.png)\r\n\r\n\u003cbr\u003e\r\n\r\n----\r\n\r\n## License ##\r\n\r\n\u003cbr\u003e\r\n\r\nSee the [LICENSE file](LICENSE.md) for license rights and limitations (BSD 3-Clause License).\r\n\r\n\u003cbr\u003e\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmdecker-mobilecomputing%2Fjava_langeberechnung","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmdecker-mobilecomputing%2Fjava_langeberechnung","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmdecker-mobilecomputing%2Fjava_langeberechnung/lists"}