当前位置:  技术问答>java相关

TextArea组件的行数和列数代表什么意思?

    来源: 互联网  发布时间:2014-12-28

    本文导语:  我将TextArea的列数设置为十,但是,里面可以放上百列的字符,而且,改变其列数后,TextArea的大小不变,为什么? | The rows and columns specified by TextArea/JTextArea and other Java text components ar...

我将TextArea的列数设置为十,但是,里面可以放上百列的字符,而且,改变其列数后,TextArea的大小不变,为什么?

|
The rows and columns specified by TextArea/JTextArea and other Java text components are used for the visual layout (the physical dimensions of the visual display) of a component, not the logical setup of its content. The number of rows and columns specified in the constructor or set via setter methods do not correlate to the number of letters in a given line (the use of non-fixed-width fonts makes this virtually impossible). 

The only way to gain this sort of functionality would be to override the Document model of JTextComponents, but even this would be a challenge as most text components rely on a more human-centric model based on character and paragraph attributes rather than on an x-y character grid. Overriding awt.TextArea would be a near-impossibility. 


    
 
 

您可能感兴趣的文章:

 
本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。












  • 相关文章推荐
  • java命名空间java.awt类textarea.accessibleawttextarea的类成员方法: textarea.accessibleawttextarea定义及介绍
  • 怎样提取框架网页中<textarea></textarea>中的大量数据?
  • java命名空间java.awt类textarea的类成员方法: textarea定义及介绍
  • 如何使得TextArea的竖向滚动条,随着TextArea中添加的条目,自动向下滚动,以自动显示最后一行
  • java命名空间javax.swing.text.html类html.tag的类成员方法: textarea定义及介绍
  • 如何将在<textarea rows="14" name="Content" cols="74"></textarea>中输入的回车,变成页面得换行?
  • java命名空间java.awt类textarea的类成员方法: getscrollbarvisibility定义及介绍
  • textArea使用中的幾個問題
  • java命名空间java.awt类textarea的类成员方法: getaccessiblecontext定义及介绍
  • 怎样给textarea的控件赋值?
  • java命名空间java.awt类textarea的类成员方法: paramstring定义及介绍
  • 设定textarea的初始值问题
  • java命名空间java.awt类textarea的类成员方法: appendtext定义及介绍
  • textarea自适应高度插件 textareaAutoHeight
  • java命名空间java.awt类textarea的类成员方法: inserttext定义及介绍
  • 请问如何取得提交表单的file和textarea字段?
  • java命名空间java.awt类textarea的类成员方法: preferredsize定义及介绍
  • Textarea自动缩放插件 Expandable
  • java命名空间java.awt类textarea的类成员方法: replacetext定义及介绍
  • Textarea自动高度调整的插件 jGrow
  • java命名空间java.awt类textarea的类成员方法: getcolumns定义及介绍
  • jQuery textarea plugin


  • 站内导航:


    特别声明:169IT网站部分信息来自互联网,如果侵犯您的权利,请及时告知,本站将立即删除!

    ©2012-2021,,E-mail:www_#163.com(请将#改为@)

    浙ICP备11055608号-3