几个JAVA关于文本框的问题!
1.怎么除去文本框中的光标2.怎么使文本框变成多行,或者是有多行的高度3.怎么改变文本框中的文字的字体,字号...
1.怎么除去文本框中的光标
2.怎么使文本框变成多行,或者是有多行的高度
3.怎么改变文本框中的文字的字体,字号 展开
2.怎么使文本框变成多行,或者是有多行的高度
3.怎么改变文本框中的文字的字体,字号 展开
展开全部
1、光标是不能去的,已经查阅大量资料
2、文本框只能显示一行 可以有多行的高度 但还是只有一行的内容 不会换行 <input type="text" style="height:50px;"/> 如果要多行 请使用<textarea></textarea>文本域
3、<input type="text" style="color:red;font-family:幼圆;font-size:17px;"/> 文本框字体颜色,字体 ,大小 。
2、文本框只能显示一行 可以有多行的高度 但还是只有一行的内容 不会换行 <input type="text" style="height:50px;"/> 如果要多行 请使用<textarea></textarea>文本域
3、<input type="text" style="color:red;font-family:幼圆;font-size:17px;"/> 文本框字体颜色,字体 ,大小 。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
鼠标点进去 时没有光标暂时不可能 但可以改变鼠标样式
多行使用 <textarea></textarea> 或者你们java的特定控件
改变文本框中的文字的字体 大小 字号 颜色 用css样式表可以改变
具体代码 百度一下
多行使用 <textarea></textarea> 或者你们java的特定控件
改变文本框中的文字的字体 大小 字号 颜色 用css样式表可以改变
具体代码 百度一下
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
2011-03-10
展开全部
给你写了一个例子,从上到下依次输入
/*
* NewJFrame2.java
*
* Created on 2008年8月1日, 下午12:24
*/
/**
*
* @author GuoJiale
*/
public class NewJFrame2 extends javax.swing.JFrame {
/** Creates new form NewJFrame2 */
public NewJFrame2() {
initComponents();
}
/** This method is called from within the constructor to
* initialize the form.
* WARNING: Do NOT modify this code. The content of this method is
* always regenerated by the Form Editor.
*/
// editor-fold defaultstate="collapsed" desc=" 生成的代码 "
/*
* NewJFrame2.java
*
* Created on 2008年8月1日, 下午12:24
*/
/**
*
* @author GuoJiale
*/
public class NewJFrame2 extends javax.swing.JFrame {
/** Creates new form NewJFrame2 */
public NewJFrame2() {
initComponents();
}
/** This method is called from within the constructor to
* initialize the form.
* WARNING: Do NOT modify this code. The content of this method is
* always regenerated by the Form Editor.
*/
// editor-fold defaultstate="collapsed" desc=" 生成的代码 "
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询