英文:
Radar Charts on Scene Builder
问题
I am asking if there is a possibility to design radar charts (like in picture attached) directly in Scene Builder for a JavaFX application? Or is it more practical to work with iReport or Jaspersoft (if it is compatible with a JavaFX application). If there is another solution more professional, your advices are welcome.
我在询问是否有可能在JavaFX应用程序的Scene Builder中直接设计雷达图表(如附图所示)?或者是否更实际地使用iReport或Jaspersoft(如果与JavaFX应用程序兼容)?如果有其他更专业的解决方案,欢迎您的建议。
I am doing a desktop application that designs some charts after calculating employees' performance. The application is for a bank.
我正在开发一个桌面应用程序,用于在计算员工绩效后设计一些图表。该应用程序面向银行。
Picture:
图片:
Thank you!
谢谢!
英文:
I am asking if there is a possibility to design radar charts (like in picture attached) directly in Scene Builder for a JavaFX application ? Or is it more practical to work with iReport or Jaspersoft (if it is compatible with a JavaFX application). If there is another solution more professional, your advices are welcome.
I am doing an desktop application who design somes charts after calculating employees performance. The application is for a bank.
Picture :
Thank you !
答案1
得分: 1
SceneBuilder 主要是一个所见即所得的 UI 设计工具 - 如果我理解正确,您目前还没有准备好雷达图表,但需要设计控件本身,对吗?
当我设计控件时,我会编写控件并将其放入一个最简单的 "Hello World" 环境或 UI 测试用例中,以尽快查看它是否按预期工作和显示。
只有在控件准备好并打包后才会使用 SceneBuilder。通过 SceneBuilder 的 "JAR/FXML Manager",您可以将您的控件导入库并将其放入您的 UI 中。
这些信息对您有帮助吗?
英文:
SceneBuilder is primarily a WYSIWYG tool for UI design – if I understood correctly, you do not have the radar charts ready, but need to design the control itself? Right?
When I design controls, I code the control and put it in a minimal hello world environment or UI test case, in order to see most quickly if it works and looks as intended.
SceneBuilder is only used when the control is ready and packaged. With the "JAR/FXML Manager" of SceneBuilder you can import you control into the Library and place it into your UI.
Does this information help you?
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论