
Polyfrost/polyui-jvm: Next-generation UI framework for the JVM - GitHub
PolyUI is a declarative UI framework developed for, and by Polyfrost. It is designed to be lightweight, fast, extensible and easy to use, while still being very powerful. Make sure to check out the examples for more information. PolyUI is split into two parts, being PolyUI and its logic, and it's a Renderer implementation.
GitHub - HumbleUI/JWM: Cross-platform window management …
JWM is a cross-platform Java window management and OS integration library. JWM aims to expose an interface that abstracts over window creation, input handling and OS integration. It’s planned to support all the primary desktop platforms: Primary goals: Motto: “Electron for JVM, without Chrome and JS”
探索Cljfx:现代JVM UI开发的利器 - CSDN博客
2024年8月28日 · 在当今快速发展的技术环境中,寻找一个优雅、高效且功能丰富的ui库对于jvm开发者来说是一项挑战。 Cljfx,作为一个声明性、函数式且可扩展的JavaFX封装库,正是在这样的背景下应运而生。
分享几款超好用的JVM调优工具,建议收藏! - 腾讯云
2024年4月24日 · VisualVM 也是一款 JDK 自带的可视化监控工具,利用它不仅能够监控服务的 CPU、内存、线程、类等信息,还可以捕获有关 JVM 软件实例的数据,并将该数据保存到本地系统,以供后期查看或与其他用户共享,从 JDK1.6 开始加入。
JVM监控及诊断工具-图形界面工具(GUI) - xiaojiesir - 博客园
2022年1月17日 · 用于对JVM中内存、线程和类等的监控,是一个基于JMX(java management extensions)的GUI性能监控图形界面工具。 主要是 3 款:JConsole、JVisualVM、JMC。 这三个工具都支持我们分析本地 JVM 进程,或者通过 JMX 等方式连接到远程 JVM 进程。
JVM GUI 工具 | 钝悟
2020年7月30日 · 本文系统性的介绍一下常用的 JVM GUI 工具。 jconsole 是 JDK 自带的 GUI 工具。 jconsole (Java Monitoring and Management Console) 是一种基于 JMX 的可视化监视与管理工具。 jconsole 的管理功能是针对 JMX MBean 进行管理,由于 MBean 可以使用代码、中间件服务器的管理控制台或所有符合 JMX 规范的软件进行访问。 注意:使用 jconsole 的前提是 Java 应用开启 JMX。 Java 应用开启 JMX 后,可以使用 jconsole 或 jvisualvm 进行监控 Java 程序的基 …
JVM监控:JVM监控指标、JVM监控界面实现、Java监控JVM…
这些工具可以帮助开发者监控和分析JVM的运行时状态,包括内存使用、垃圾回收行为、线程活动等关键指标。本文将详细介绍如何在Java中使用JVM监控工具,包括监控工具的选择、基本使用方法、数据分析技巧和实际应用案例...
JProfiler的安装与使用 - 柯南。道尔 - 博客园
2023年7月28日 · JProfiler可以将代理加载到已经运行的JVM中,通过JProfiler UI或者“../jpenable”命令行工具(command line tool)。 JProfiler agent(JVM分析代理) 只负责收集分析数据。 JProfiler UI是单独启动,通过Socket连接到JProfiler agent(JVM分析代理)。 因此Profiled JVM(被分析的JVM) 可以在本地机器或者远程机器上运行。 通过JProfiler UI,可以通知代理Recording data(记录数据),在UI中显示分析数据,并将快照保存到磁盘。
Skija: Graphics for JVM @ tonsky.me
2020年11月14日 · The road to high-quality UI on JVM is a long one. We’ll need: a graphics library, a window/OS integration library, a UI toolkit. Today I am happy to announce the first part of this epic quest: the graphics library. It’s called Skija and it is just a collection of bindings to a very powerful, well-known Skia library.
Compose Multiplatform, a modern UI framework for Kotlin that …
Compose Multiplatform targets the JVM and supports high-performance hardware-accelerated UI rendering on all major desktop platforms – macOS, Windows, and Linux. It has desktop extensions for menus, keyboard shortcuts, window manipulation, and notification management.