首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > Java > JavaFX场景图浏览器/检验员

JavaFX场景图浏览器/检验员

  • 资源大小:2.74 kB
  • 上传时间:2021-06-29
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签: 浏览器 javafx 场景 检验员

资 源 简 介

FxSceneTool is a utility that can be compiled with a JavaFX application to enable the user to browse/inspect the application scenegraph. This tool is essentially a developer tool that would typically not be distributed with the application but only used during development. For this reason it consists of two jars - A plugin jar and a runtime jar. The plugin jar serves only to load the runtime. The idea is that the runtime jar can be excluded from a release. The plugin jar will silently fail to load the scene tool when the runtime jar is not present. Building the source Set JFX_HOME to point to your JavaFX SDK directory. Check out the code Build the project (requires Maven) Using FxSceneTool Add the two jars (fxsct-rt and fxsct-plugin) to you build/classpath. Load the scene tool plugin from your start() method as shown below. ``` @Override public void
VIP VIP
0.207938s