扩展阅读
当前位置: 编程语言>java/jsp
java命名空间javax.swing.plaf.metal类metalcomboboxui的类成员方法: paintcurrentvalue定义及介绍
发布时间:2014-2-18
本文导语:
paintcurrentvalue
public void paintcurrentvalue(graphics g,
rectangle bounds,
boolean hasfocus)
如有必要,绘制当前所选项。
覆盖:类 basiccomboboxui 中的 paintcurrentvalue
参数:g - 作为绘制目标的 graph...