由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Java版 - Re: how to display text above component
相关主题
那种薄如蝉翼的帮助信息对话框是怎么实现的?这个Swing的Exception是怎么产生的?
Re: DCOM, CORBA, JAVA/RMI怎样实现像chrome 中的独立的dockable tabbed pane/window
how to update swing componentsRe: component之间怎样送消息?
@goodbug: Wicket vs JSFWhat are the key features of the EJB technology?
any clone of netbeans of look&feel?what does lightweighted mean?
A "Focus" questionSCEA 1.4 beta exam (Free)
jdbc问题一问Help! About Weblogic
还是要问一个web design 的问题swing里如何设置默认字体?
相关话题的讨论汇总
话题: pane话题: component话题: glass话题: text话题: display
进入Java版参与讨论
1 (共1页)
m*****e
发帖数: 126
1

If the text you want to display is related to the component,
such as a description of the component, you can use JToolTip.
Otherwise, I think you can use the 'glass pane' to paint anything
you want. Following is taken from 'java tutorial':
The glass pane
Hidden, by default. If you make the glass pane visible,
then it's like a sheet of glass over all the other
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
parts of the root pane. It's completely transpar
1 (共1页)
进入Java版参与讨论
相关主题
swing里如何设置默认字体?any clone of netbeans of look&feel?
GUI libraries for JDeveloper?A "Focus" question
rational rose questionjdbc问题一问
Question: OutOfMemoryError when drawImag还是要问一个web design 的问题
那种薄如蝉翼的帮助信息对话框是怎么实现的?这个Swing的Exception是怎么产生的?
Re: DCOM, CORBA, JAVA/RMI怎样实现像chrome 中的独立的dockable tabbed pane/window
how to update swing componentsRe: component之间怎样送消息?
@goodbug: Wicket vs JSFWhat are the key features of the EJB technology?
相关话题的讨论汇总
话题: pane话题: component话题: glass话题: text话题: display