开发者

Include JTextArea or JTextPane in JSP?

开发者 https://www.devze.com 2023-02-21 23:30 出处:网络
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

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 wri开发者_JS百科te 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.


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

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号