在 JSP 中包含 JTextArea 或 JTextPane?

发布于 2024-10-28 23:10:50 字数 158 浏览 1 评论 0原文

我想在我的 jsp 文件中嵌入一个文本来显示我的 Web 应用程序的日志信息。我对 JSP 完全陌生。我什至不知道,JTextArea,还是JTexTPane,哪一个更适合。用户不会向该区域写入任何内容,他们只会观察该区域的日志。我应该为我的目的选择哪一个以及如何将其中之一包含在我的 JSP 页面中。

I want to embed a text are to show the log information of my web application in my jsp file. I am totally new to JSP. I even don't know, which one is more suitable JTextArea, or JTexTPane. Users will not write anything to that area, they will just observe the log from that area. Which one i should select for my purpose and how can i include one of it inside my JSP page.

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

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

发布评论

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

评论(1

紫南 2024-11-04 23:10:50

除非您计划将 java applet 添加到 jsp 文件中,否则不能将 javax.swing 组件与 JSP 一起使用。

You can not use javax.swing components with JSP unless you are planning to add an java applet to your jsp file.

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