# AllInOneFX **Repository Path**: zypy333/AllInOneFX ## Basic Information - **Project Name**: AllInOneFX - **Description**: All In One JavaFX Application with a curated list of awesome JavaFX libraries, frameworks - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-01-02 - **Last Updated**: 2024-11-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # AllInOneFX JavaFX Application with [a curated list of awesome JavaFX libraries, frameworks](https://github.com/guigarage/AwesomeJavaFX) 这是一个杂合了很多javafx框架的项目,从github上拉取过来拱参考学习,ps:原授权是MIT的 ---- # Contents - [Libraries, Tools and Projects used](#libraries-tools-and-projects-used) - [Frameworks](#frameworks) - [Installation](#installation) - [Usage](#usage) - [Contributing](#contributing) - [Credits](#credits) - [License](#license) ---- ## Libraries, Tools and Projects used - [Gluon Scene Builder](http://gluonhq.com/labs/scene-builder/) - Scene Builder works with the JavaFX ecosystem – official controls, community projects, and Gluon offerings including Gluon Mobile, Gluon Desktop, and Gluon CloudLink. - [JFoenix](http://www.jfoenix.com/) - JavaFX Material Design Library. JFoenix is an open source Java library, that implements Google Material Design using Java components. - [ControlsFX](http://fxexperience.com/controlsfx/) - ControlsFX is an open source project for JavaFX that aims to provide really high quality UI controls and other tools to complement the core JavaFX distribution. - [FontAwesomeFX](https://bitbucket.org/Jerady/fontawesomefx) - FontAwesome in JavaFX with FontAwesomeFX - [BootstrapFX](https://github.com/aalmiray/bootstrapfx/) - BootstrapFX is a partial port of Twitter Bootstrap for JavaFX. - [Material Dashboard FX](https://github.com/mlayah/material-dashboard-fx) - Simple dashboard implemented using JavaFX, JFoenix and ControlsFX. - [CalendarFX](http://dlsc.com/products/calendarfx/) - CalendarFX is a calendar framework for JavaFX 8. It contains a set of professional custom controls, which can be used to implement a calendar UI for any kind of application. - [GMapsFX](http://rterp.github.io/GMapsFX/) - GMapsFX provides a wrapper to the Google Map's Javascript API, allowing you to use and interact with maps using a pure Java API. - [LiveDirsFX](https://github.com/TomasMikula/LiveDirsFX) - Directory tree model for JavaFX that watches the filesystem for changes. - [AnchorFX](https://github.com/alexbodogit/AnchorFX) - Docking framework for JavaFX platform - [TilesFX](https://github.com/HanSolo/tilesfx) - A JavaFX library containing tiles for Dashboards. ## Frameworks - [DataFX](https://github.com/guigarage/DataFX) - DataFX is a JavaFX frameworks that provides additional features to create MVC based applications in JavaFX by providing routing and a context for CDI. - [MyBatis](http://www.mybatis.org/mybatis-3/) - MyBatis is a first class persistence framework with support for custom SQL, stored procedures and advanced mappings. ## Requirements * Java 8 * MySQL ## Installation 注释: 安装运行原作者写的很简单,我补充下吧,先拉取到本地,需要准备mysql数据库,默认是没有密码的,但是需要mysql的那个示例数据库,如果你的数据库有密码,可以先搜索3306替换把密码设置为自己的密码,然后gradlew build编译项目,mysql导入项目中sakila示例数据库,gradlew run运行,出现登录界面,用户名密码可以去staff表里找,用Mike的那个,如果gradle卡Configurebuild,取消掉重新试一遍就好了,也许有其他情况,请自行搜索解决 Clone the repository in your favorite folder. ```git git clone https://github.com/malabartista/AllInOneFX.git ``` ## Usage Open the project in your favorite IDE. You have to config the access to the MySQL database schema. Clean, build and run the project. ## Contributing Larger projects often have sections on contributing to their project, in which contribution instructions are outlined. Sometimes, this is a separate file. If you have specific contribution preferences, explain them so that other developers know how to best contribute to your work. To learn more about how to help others contribute, check out the guide for setting guidelines for repository contributors. ## Credits Include a section for credits in order to highlight and link to the authors of your project. ## License AllInOneFX is licensed under the MIT License. See the LICENSE file. AllInOneFX comes with no warranty, malabartista can accept no responsibility for any damages, losses etc. ![Image of Yaktocat](https://octodex.github.com/images/yaktocat.png)