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

在Applet中画线(drawLine)的时候,能不能将画的线粗一点??

    来源: 互联网  发布时间:2015-09-20

    本文导语:  在Applet中画线(drawLine)的时候,能不能将画的线粗一点?? | 用Graphics2D类的方法设置一下就可以了, 如:Graphics2D g2d=(Graphics2D)g; g2d.setStroke(new BasicStroke(6.0f); …… | A commonly ...

在Applet中画线(drawLine)的时候,能不能将画的线粗一点??

|
用Graphics2D类的方法设置一下就可以了,
如:Graphics2D g2d=(Graphics2D)g;
g2d.setStroke(new BasicStroke(6.0f);
……

|
A commonly asked question is how to display text in multiple colors or styles within a JTextArea component. The short answer is: you can't. Both the JTextField and JTextArea components are designed to display text in a single style, color, font. When you change the characteristics of the text, you are changing all text in the component. You can't change the characteristics of only the selected text, or just the piece you want changed. 

    Just because the JTextArea component can't display its content in multiple colors or styles, doesn't mean there isn't support for displaying text in multiple styles. It just isn't done with the JTextArea. You need to use the JTextPane. Knowing that it is the JTextPane and not the JTextArea will lead you to the actual "how" answer to the original question. 

    Within the JTextPane, text that you add to the component is associated with an AttributeSet. The AttributeSet contains a set of key-value pairs for the various display attributes of the text. These pairs can answer questions like "what's the current font?", "what's the background color?", and "with what alignment should I display the current paragraph?" By setting this AttributeSet before adding the text, you can change the way the added text is displayed. You can also change the AttributeSet for the currently selected text. 


|
去sun下一份java tutorial
看看2D部分.
Trail: 2D Graphics ->
Lesson: Displaying Graphics with Graphics2D  ->
Stroking and Filling Graphics Primitives 

我们应学会看文档及tutorial

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












  • 相关文章推荐
  • Applet对本地资源是不能访问的,那如果我要用Applet做打印设计,那如何是好呢??
  • applet与jsp通讯问题:applet为何不能正确显示网页?
  • 这个Applet程序为什么不能在网页中运行?提示找不到Java.awt.*;Java.applet.*;
  • 各位高手,我在applet里放了一个jpanel,在panel里add了一个按钮,又用panel.getgraphic.drawline,刷新后只有按钮,没有那条线了 iis7站长之家
  • 请问一下, 我用applet和服务器socket通信, 是不是不能用IE浏览运行我的applet程序?
  • applet小问题,我却不能搞定
  • Applet中包含Swing组件而不能正确绘画如何解决?
  • JBuilder编的Applet为何不能在IE中正确使用?
  • 用JBUILDER做出的applet好象不能用
  • 为什么applet&servlet不能都放在classes目录中
  • Applet能作什么,不能作什么,送分了
  • TMD奇怪,HTM和APPLET不在一个目录下的话,指定PATH就不能运行了?:-(
  • applet 苦恼阿!ie 中为什么不能初始化 毕不了业了
  • 为什么我的explorer不能显示applet?
  • 用jbuilder开发的applet不能在IE中直接运行,为什么?
  • 使用Applet能不能实现基于浏览器的打印呢???
  • 为什么vj++6.0 的applet不能用?
  • Applet中JTable不能自动调整列宽?
  • applet不能用?
  • 我用Java写的Applet为什么不能显示中文?
  • java命名空间java.applet类applet的类成员方法: applet定义及介绍
  • 如何让Applet里的控件随着Applet大小改变而一直占满整个Applet呢?
  • java命名空间java.applet类applet.accessibleapplet的类成员方法: applet.accessibleapplet定义及介绍
  • 对applet坐数字签名后,如果重新用jar对applet打包,需要重新做applet数字签名吗?
  • java命名空间java.applet类applet的类成员方法: getappletcontext定义及介绍
  • 为什么我的applet编译完,之后除了applet1.class之外,还有一个applet$1.class?
  • java命名空间java.applet类applet的类成员方法: getappletinfo定义及介绍
  • 急,我想问一下调用一个对话框的命令语句,比方说我已建立了一个Applet2,接下来该如何在Applet1中点击一个按钮来打开这个Applet2.谢谢
  • java命名空间java.applet类applet的类成员方法: isactive定义及介绍
  • 如何让IE认识applet所带的数字签名,而不是让证书仓库认识这个带数字签名的applet,就是说不装jdk也可以在IE里面使用带有签名的applet,详情请进
  • java命名空间java.applet类applet的类成员方法: stop定义及介绍


  • 站内导航:


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

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

    浙ICP备11055608号-3