在 JSP 中包含 JTextArea 或 JTextPane?
我想在我的 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
除非您计划将 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.