
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 …
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. …
探索Cljfx:现代JVM UI开发的利器 - CSDN博客
2024年8月28日 · 在当今快速发展的技术环境中,寻找一个优雅、高效且功能丰富的ui库对于jvm开发者来说是一项挑战。 Cljfx,作为一个声明性、函数式且可扩展的JavaFX封装库,正是在这 …
分享几款超好用的JVM调优工具,建议收藏! - 腾讯云
2024年4月24日 · VisualVM 也是一款 JDK 自带的可视化监控工具,利用它不仅能够监控服务的 CPU、内存、线程、类等信息,还可以捕获有关 JVM 软件实例的数据,并将该数据保存到本 …
JVM监控及诊断工具-图形界面工具(GUI) - xiaojiesir - 博客园
2022年1月17日 · 用于对JVM中内存、线程和类等的监控,是一个基于JMX(java management extensions)的GUI性能监控图形界面工具。 主要是 3 款:JConsole、JVisualVM、JMC。 …
JVM GUI 工具 | 钝悟
2020年7月30日 · 本文系统性的介绍一下常用的 JVM GUI 工具。 jconsole 是 JDK 自带的 GUI 工具。 jconsole (Java Monitoring and Management Console) 是一种基于 JMX 的可视化监视与管 …
JVM监控:JVM监控指标、JVM监控界面实现、Java监控JVM…
这些工具可以帮助开发者监控和分析JVM的运行时状态,包括内存使用、垃圾回收行为、线程活动等关键指标。本文将详细介绍如何在Java中使用JVM监控工具,包括监控工具的选择、基本使 …
JProfiler的安装与使用 - 柯南。道尔 - 博客园
2023年7月28日 · JProfiler可以将代理加载到已经运行的JVM中,通过JProfiler UI或者“../jpenable”命令行工具(command line tool)。 JProfiler agent(JVM分析代理) 只负责收集分析 …
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 …
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 …