From c2664b2a00f0994340ca3f6489a6a15fc3bb4de6 Mon Sep 17 00:00:00 2001 From: Pavel Castornii Date: Sat, 14 Mar 2026 11:35:26 +0200 Subject: [PATCH] Add TabShell --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 622e6d9..71e6edf 100644 --- a/README.md +++ b/README.md @@ -144,6 +144,7 @@ on Vavr and Spring Boot which manages most of the annoying boilerplate that come - [ReactiveDeskFX](https://github.com/TangoraBox/ReactiveDeskFX) - JavaFX micro-framework to develop JavaFX components very fast with minimal code following MVVM architecture pattern with passive view. - [ReduxFX](https://github.com/netopyr/reduxfx) - Functional Reactive Programming (FRP) for JavaFX inspired by the JavaScript library Redux.js. - [ScalaFX](http://www.scalafx.org/) - simplifies creation of JavaFX-based user interfaces in Scala. +- [TabShell](https://github.com/techsenger/tabshell) - TabShell is a platform for building tab-based applications in JavaFX, where an application is structured as a tree of MVP components. The platform provides classes for creating components, as well as ready-to-use dialogs, layouts, and devtools. - [TornadoFX](https://github.com/edvin/tornadofx) - Lightweight JavaFX Framework for Kotlin. - [WorkbenchFX](https://github.com/dlemmermann/WorkbenchFX) - A lightweight RCP framework for JavaFX applications.