原来做了个Swing版本的聊天程序,这次用JavaFX替换了几个主要界面,在这里共享给大家,也不要大家的积分。不过希望各位如果觉得资源不错,给个好评鼓励一下。
2022-04-26 18:21:46 58.6MB JavaFXQQ JavaQQ 山寨QQ Java山寨QQ
1
springboot-javafx-websocket-client 这是一个非常简单的演示应用程序,用于展示如何使用 spring-boot 和 javafx 实现 websocket 客户端。 此 websocket 客户端尝试访问以下 URL 作为 websocket 服务器端点。 ws://localhost:8080/echo 用法 和往常一样。 mvn spring-boot:run 但是在此之前需要启动一个 websocket 服务器,它提供ws://localhost:8080/echo作为端点。 您可以使用作为 websocket 服务器。 GUI 应用程序将启动。 您可以轻松了解 GUI 应用程序的用法。 创建.jar 当你需要一个 jar 文件时,运行 mvn clean package 然后运行 java -jar the-jar-file.ja
2022-04-21 13:17:59 7KB Java
1
本教程采用图文结合的方式详细描述了IDEA下载安装的过程、JDK下载与环境变量配置、软件激活方法、构建常规Java项目、编译运行JavaFX、Java Web、关联数据库、使用GitHub等进行版本控制的方法、程序调试方法、Maven的配置方法,提供了插件更新速度慢、无法在IDE内打开powershell、无法从GitHub下载(克隆)项目等问题的解决办法。 本教程共计42页,如有疑问,可索取资源目录页。
2022-04-21 10:00:44 3.47MB intellij-idea java maven javafx
[源代码](https://gitcode.net/withstand/javafx-ikon) [介绍文章](https://blog.csdn.net/withstand/article/details/124097602)要开发专业的桌面应用程序,提高软件使用的直观性、图形界面的美观, 都离不开图标的使用 。IkonliPack 1.0.0是一个浏览Ikonli图标集合所有图标, 并提供图标在JavaFX环境下使用的方法的软件。 图标是开发桌面应用程序中非常必要的部分, JavaFX按钮、选择框、复选框等控件提供了graphic子节点来显示图标, 快捷工具栏、状态栏也都有图标的使用, 其它注入显示信息时节点的前面也会使用不同的图标来标明节点的类型。
2022-04-13 17:01:05 45.77MB javafx 桌面开发
1
JCardGamesFX 用于实现各种经典纸牌游戏的 JavaFX 类。 提供了经典克朗代克游戏的示例实现。 该应用程序是按照 MVC(模型-视图-控制器)设计模式开发的。 先决条件: Java 1.8u40 JavaFX 。 要运行,请打开一个终端,然后键入 $ mvn jfx:run 要创建可移植的可执行jar文件,请键入 $ mvn package 要创建有关测试、代码覆盖率等的报告,请键入 $ mvn site 使用的卡片图像:
2022-04-11 23:44:56 3.95MB Java
1
1. 1s实时刷新盯盘数据 主要市面上的,符合我要求的桌面应用要VIP,穷啊,还是月月付,年年付,还是自己搞吧! 2. 配置文件配置股票代码 缺点:时间原因没做填报界面,后面版本再添加 配置方法: 启动软件会在路径C:\Users\13708\.applicationName\config.properties 下生成配置文件,用自己的电脑名替换13708 配置文件内容: stock.codes=sz002812~sz000858~sz002304 可以按实例规律填写股票代码。 3. 界面半透明 在公司用,不要那么招摇嘛!后面加界面自己设置透明度。 4. 界面隐藏窗口标题栏,界面可以自由拖动 5. 隐藏任务栏图标,更隐蔽 6. 窗体高度根据股票数量自适应增加高度 详情可见: https://www.daxueyiwu.com/post_10313.html
2022-04-09 12:01:06 61.68MB 盯盘 股票 javafx A股
1
地址簿 简单的JavaFX通讯录应用程序 带加载文件的主窗口 编辑人员信息窗口 运行应用程序 要构建一个应用程序: ./gradlew build 运行: ./gradlew run 要查看所有./gradlew tasks : ./gradlew tasks 您可以通过运行以下./gradlew installDist按./gradlew installDist安装发行版: ./gradlew installDist默认情况下,将安装到./build/install/address-book运行已安装: ./build/install/address-book/bin/address-book 二手图书馆 JavaFX 杰克斯
2022-04-07 18:54:05 89KB javafx xml-parsing Java
1
小行星 (乔西·比勒和切特·奥尔德里奇) 一个基本的小行星滚动式游戏。 目前游戏有一个开始菜单,然后进入游戏,玩家试图摧毁来自屏幕右侧的小行星。 我们目前拥有玩游戏的功能、相关的声音和音乐以及爆炸、评分机制,以及如果您愿意的话,还可以切换音乐。 我们在计时器方面遇到了一些奇怪的问题,这使得在我们的动画计时器中添加另一个计时器变得更加容易。 不过,在大多数情况下,代码似乎运行良好。 代码结构 目前,该程序的结构是查看 fxml 文件 + 核心类(如下所列)。 初始菜单视图通过 Main 类启动,每个控制器可以相互初始化以实例化不同的视图。 此外,除 Scoreboard 之外的每个核心类都继承自 Sprite。 核心课程:宇宙飞船小行星子弹记分牌 去做: 使小行星对子弹更敏感,对宇宙飞船不那么敏感。 添加底部有简单数学问题的功能,用户必须以正确的答案拍摄小行星。 - 以错误的答
2022-03-29 23:31:12 4.25MB Java
1
In Pro JavaFX 2: A Definitive Guide to Rich Clients with Java Technology, Jim Weaver, Weiqi Gao, Stephen Chin, Dean Iverson, and Johan Vos show you how you can use the JavaFX platform to create rich-client Java applications. You’ll see how JavaFX provides a powerful Java-based UI platform capable of handling large-scale data-driven business applications. Covering the JavaFX API, development tools, and best practices, this book provides code examples that explore the exciting new features provided with JavaFX 2. It contains engaging tutorials that cover virtually every facet of JavaFX development and reference materials on JavaFX that augment the JavaFX API documentation. Written in an engaging and friendly style, Pro JavaFX 2 is an essential guide to JavaFX 2. What you’ll learn How to get started with JavaFX 2, including downloading the SDK and available tools. How to express user interfaces with a declarative-style enabled by the JavaFX builder classes. How to use property binding to keep the UI easily in sync with the model. How to use the rich set of JavaFX UI controls, charts, shapes, effects, transformations, and animations to create stunning, responsive, user interfaces. How to use the powerful JavaFX layout classes to define the user interface in a cross-platform fashion. How to leverage the observable collection classes to observe changes in, and bind to, Java collections. How to use the JavaFX media classes to play audio and video. How to interact with external application services to create an enterprise application with JavaFX. How to use the JavaFX API with alternative languages such as Scala, Groovy, and Visage. How to uncover the JavaFX APIs to whatever degree you choose. The tutorials, reference materials, and pointers to resources are exhaustive. Who this book is for Application developers, graphic designers, and IT decision makers. Not only does this book contain comprehensive technical information for developers and designers, it builds a compelling case for choosing JavaFX for web applications and RIAs. Table of Contents Getting a Jump Start in JavaFX Creating a User Interface in JavaFX Properties and Bindings Dynamically Laying Out Nodes in the User Interface Using the JavaFX UI Controls Collections and Concurrency Creating Charts in JavaFX Using the Media Classes Accessing Web Services JavaFX Languages and Markup Appendix A: The Visage Language In-Depth Book Details Paperback: 640 pages Publisher: Apress; 1 edition (February 28, 2012) Language: English ISBN-10: 1430268727 ISBN-13: 978-1430268727
2022-03-26 09:32:59 34.78MB JavaFX
1
The title of the book says it all: JavaFX 2.0 Introduction by Example. In this book, you will be learning the new JavaFX 2.0 capabilities by following practical recipe examples. These recipes will, in turn, provide you with the knowledge needed to create your own rich client applications. In the same tone with Java’s mantra “Write once, run anywhere,” JavaFX also preserves this same sentiment. Because JavaFX 2.0 is written entirely in Java the language, you will feel right at home. Most of the recipes can be compiled and run under Java 6. However, some recipes will take advantage of Java 7’s language enhancements, so Java 7 will be required. While working through this book with JavaFX 2.0 and Java 7, you will realize that the new APIs and language enhancements will help you to become a more productive developer. Having said this, I encourage you to explore all of Java 7’s new capabilities. To delve deeper into the new capabilities of Java 7, I recommend the book, Java 7 Recipes. On an added note, the recipes in this book can also be found in Java 7 Recipes. This book covers JavaFX 2.0’s fundamentals, graphics and animations, audio and video, and the Web. The fundamentals include how to install prerequisite software (JavaFX 2.0, NetBeans 7.1) and create simple user interfaces. You will also learn the basics of the scene graph, text nodes and font styles, shapes, colors, layouts, menus, UI controls, simple styling (CSS styling), binding expressions, background processes, keyboard shortcuts, and dialog boxes. Next, in graphics and animations you will encounter image handling, drag-and-drop operations, animation APIs, and UI theming (Look ‘n’ Feel). After graphics and animations, you will learn audio and video. This section will include creating an MP3 player, using a video player, responding to media events, handling media marker events, and synchronizing an animation with media events. Finally, you will be using JavaFX 2.0 to interoperate with web technologies such as HTML5, JavaScript, and XML. In this section, you will be learning how to embed JavaFX into a web page, rendering and dynamically manipulating HTML5 content, creating a weather application to respond to HTML events, and creating an RSS feed application using an embedded database (Derby).
2022-03-26 09:19:55 35.61MB JavaFX
1