right7_2_3_7.htm
来自「清华java教程」· HTM 代码 · 共 36 行
HTM
36 行
<html><head><title>JAVA编程语言</title><meta http-equiv="Content-Type" content="text/html; charset=gb2312"><link rel="stylesheet" href="../../../css/text.css" type="text/css"></head><body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" ><table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF"> <tr> <td valign="top"> <table width="97%" border="0" cellspacing="0" cellpadding="0" align="center" bgcolor="#FFFFFF"> <tr> <td height="244" valign="top"> <p> <span class="pt9-black"> <img src="../../../images/tu/ch07/7_2_3_7_1.gif" width="357" height="112"><br> 工具栏在左上角<br> <br> <img src="../../../images/tu/ch07/7_2_3_7_2.gif" width="366" height="115"><br> 工具栏在右侧<br> <br> <br> JtoolBar是用于显示常用工具控件的容器。用户可以拖拽出一个独立的可显示工具控件的窗口。<font color="339900"><br> </font> 常用方法有:<br> JToolBar(String name) <font color="339900">//构造方法<br> </font> getComponentIndex(Component c)<font color="339900"> //返回一个组件的序号<br> </font> getComponentAtIndex(int i) <font color="339900">//得到一个指定序号的组件</font></span></p> </td> </tr> </table> </td> </tr></table></body></html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?