Java 中预期 XSL-FO 设计器的 UI

发布于 2024-11-07 02:40:09 字数 413 浏览 1 评论 0原文

我打算用 java 编写一个 XSL-FO 设计器,我需要为其编写一个 UI。基本思想是为用户提供一个工作窗格,他/她可以在其中绘制矩形,而这些矩形又将与底层 XSL-FO 生成器中的字段容器相关联。字段容器完成后,用户还应该能够选择创建的任何矩形(字段容器)并向其中添加组件。这些将依次转换为属于所选字段容器的字段块。

到目前为止,我已经使用 JFames 创建了一个简单的 UI,并将 mouseListeners 连接到它们,以便我可以让用户在工作区域上绘制矩形。

我陷入了如何实现用户选择在前面的步骤中创建的矩形之一的部分。

考虑到设计者的意图,是否可以使用 Jframes 来完成此任务?

任何关于我如何实现这位设计师的动机的指示/建议都会有很大的帮助!

如果这篇文章的任何部分是新手,请原谅。说到 UI,我就是其中之一。

I intend to write a XSL-FO designer in java for which i need to write an UI. The basic idea is to give the user a work pane wherein he/she can draw rectangles and these rectangles would in turn be associated to field containers in the underlying XSL-FO generator. Once the field container are done, the user should also be able to select any of the rectangles(field containers) created and add components into it. These will in turn be translated into field blocks that fall under the chosen field container.

Till now I have created a simple UI using JFames with mouseListeners hooked to them so that i can have users draw the rectangles on the work area.

Im stuck at the point on how to implement the part where the user selects one of the rectangles created in the previous steps.

Given the intent of the designer, is it possible to accomplish this using Jframes ?

Any pointers/suggestions on how i can achieve the motive of this designer would be of great help !

Please excuse me if any part of this post is noobish. I am one when it comes to UI.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

白首有我共你 2024-11-14 02:40:09

JInternalFrame 可能是一个开始观点。您可以连接它们,如此处所示,并添加任意组件:必需的。

JInternalFrame might be a starting point. You can connect them, as shown here, and add arbitrary components as required.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文