{"id":19032511,"url":"https://github.com/scalafx/scalafx-tutorials","last_synced_at":"2026-03-04T05:33:05.244Z","repository":{"id":146963268,"uuid":"10115200","full_name":"scalafx/ScalaFX-Tutorials","owner":"scalafx","description":"Examples of using ScalaFX","archived":false,"fork":false,"pushed_at":"2025-04-25T17:48:12.000Z","size":798,"stargazers_count":90,"open_issues_count":0,"forks_count":32,"subscribers_count":11,"default_branch":"master","last_synced_at":"2025-04-25T18:42:30.937Z","etag":null,"topics":["scala","scalafx","scalafx-framework","scalafx-tutorials","scalafxml"],"latest_commit_sha":null,"homepage":null,"language":"Scala","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/scalafx.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2013-05-17T03:15:07.000Z","updated_at":"2025-04-25T17:48:15.000Z","dependencies_parsed_at":"2023-11-18T02:02:50.148Z","dependency_job_id":null,"html_url":"https://github.com/scalafx/ScalaFX-Tutorials","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/scalafx/ScalaFX-Tutorials","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scalafx%2FScalaFX-Tutorials","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scalafx%2FScalaFX-Tutorials/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scalafx%2FScalaFX-Tutorials/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scalafx%2FScalaFX-Tutorials/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/scalafx","download_url":"https://codeload.github.com/scalafx/ScalaFX-Tutorials/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scalafx%2FScalaFX-Tutorials/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30072547,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-04T05:31:57.858Z","status":"ssl_error","status_checked_at":"2026-03-04T05:31:38.462Z","response_time":59,"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":["scala","scalafx","scalafx-framework","scalafx-tutorials","scalafxml"],"created_at":"2024-11-08T21:29:04.295Z","updated_at":"2026-03-04T05:33:05.179Z","avatar_url":"https://github.com/scalafx.png","language":"Scala","funding_links":[],"categories":[],"sub_categories":[],"readme":"ScalaFX-Tutorials\n=================\n\n[![Scala CI](https://github.com/scalafx/ScalaFX-Tutorials/actions/workflows/scala.yml/badge.svg)](https://github.com/scalafx/ScalaFX-Tutorials/actions/workflows/scala.yml)\n\nExamples of using ScalaFX. Each example is a stand-alone complete project\n\n* [__hello-sbt__](hello-sbt):\n  a basic example of using [Simple-Build-Tool](http://www.scala-sbt.org/) (SBT) and\n  [ScalaFX](http://scalafx.org). Detailed description can be found in the blog post\n  [\"Getting Started with ScalaFX: Compile and Run\"](http://codingonthestaircase.wordpress.com/2013/05/17/getting-started-with-scalafx-compile-and-run-2/)\n  .\n\n* [__cell_factories__](cell_factories) - examples of using cell factories, including custom cell factories.\n\n* [__event-filters__](event-filters):\n  demonstrates use of ScalaFX Event Filter API. The code is based on JavaFX example\n  [Handling JavaFX Events, Part 3 Working with Event Filters](http://docs.oracle.com/javafx/2/events/filters.htm).\n\n* [__molecule-3d__](molecule-3d):\n  ScalaFX 8 example of using 3D graphics. Based on tutorial\n  [Getting Started with JavaFX 3D Graphics](http://docs.oracle.com/javafx/8/3d_graphics/jfxpub-3d_graphics.htm)\n  by Cindy Castillo and John Yoon.\n\n* [__sam_event_handlers__](sam_event_handlers):\n  Scala 2.11 provides for Java8-like support for using lambdas in places of interfaces with a Single Abstract Method (\n  SAM). The example shows required compiler options and use with ScalaFX.\n\n* [__scalafxml-example__](scalafxml-example):\n  demonstrates use of FXML with ScalaFX using [ScalaFXML](https://github.com/vigoo/scalafxml)\n  library.\n\n* [__Slick-table__](slick-table): An example of using a table view with database interfaced\n  through [Slick](http://slick.lightbend.com/) API.\n\n* [__splash-demo__](splash-demo): Displays a splash stage with a progress bar during startup then opens main application\n  stage.\n\n* [__SpreadsheetView__](spreadsheetview): Examples of\n  using [ContolsFX SpreadsheetView](https://github.com/controlsfx/controlsfx/wiki/ControlsFX-Features#spreadsheetview)\n  from ScalaFX.\n\n* [__stand-alone-dialog__](stand-alone-dialog):\n  shows how to display a ScalaFX dialog (stage) without using `JFXApp3`. You can use this approach, for instance, to\n  show a JavaFX dialog from a command line or from a Swing application.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscalafx%2Fscalafx-tutorials","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fscalafx%2Fscalafx-tutorials","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscalafx%2Fscalafx-tutorials/lists"}