`

Associating a Label with a Component:将标签与组件关联

阅读更多
<script>function StorePage(){d=document;t=d.selection?(d.selection.type!='None'?d.selection.createRange().text:''):(d.getSelection?d.getSelection():'');void(keyit=window.open('http://www.365key.com/storeit.aspx?t='+escape(d.title)+'&u='+escape(d.location.href)+'&c='+escape(t),'keyit','scrollbars=no,width=475,height=575,left=75,top=20,status=no,resizable=yes'));keyit.focus();}</script>

When a label is associated with a component, you should call

setLabelFor() to make the association explicit and then set a

mnemonic on the label. The associated component will get the

focus when the mnemonic is activated.

JLabel label = new JLabel("Name:");

label.setDisplayedMnemonic('N');

label.setLabelFor(component);

当你想让你一个标签与组件关联时,你应该调用setLabelFor方法来显式关联,然后为这个标签设置一个助记符。

当助记符被激活时,这个被关联的组件将获得激活

分享到:
评论

相关推荐

    VCAP5-DCD Study outline

    - **Associating Stakeholders with Information Needing Collection:** Identify the key stakeholders involved in the project, such as application owners, network administrators, server administrators, ...

    Python Cookbook, 2nd Edition

    Associating Multiple Values with Each Key in a Dictionary Recipe 4.16. Using a Dictionary to Dispatch Methods or Functions Recipe 4.17. Finding Unions and Intersections of Dictionaries Recipe ...

    WEKA使用说明(英文)

    关联规则 (Associating)** - **Setting Up**:配置关联规则挖掘的参数,如最小支持度和置信度。 - **Learning Associations**:利用Apriori、FP-Growth等算法挖掘频繁项集和关联规则。 **7. 选择属性 (Selecting ...

    Servlets和JSP核心技术 卷2(英文版) 第一部分

    Associating Files with MIME Types Section 2.14. Configuring JSP Pages Section 2.15. Configuring Character Encoding Section 2.16. Designating Application Event Listeners Section 2.17. Developing ...

    Servlets和JSP核心技术 卷2(英文版) 第二部分

    Associating Files with MIME Types Section 2.14. Configuring JSP Pages Section 2.15. Configuring Character Encoding Section 2.16. Designating Application Event Listeners Section 2.17. Developing ...

    SystemVerilog Assertions - Design Tricks and SVA Bind Files_pres

    SVA bind files are a mechanism for associating SVA properties with RTL code. This association enables the properties to be checked during simulation and formal verification without modifying the RTL ...

    C++ Data Structures and Algorithms

    8: ASSOCIATING A VALUE TO A KEY IN A HASH TABLE 9: IMPLEMENTATION OF ALGORITHMS IN REAL LIFE What You Will Learn Know how to use arrays and lists to get better results in complex scenarios Build ...

    C#学习的101个经典例子

    Windows Forms - Associating Help with an Application Windows Forms - Create an Explorer Style Application Windows Forms - How-To Automate Office Windows Forms - How-To Common Dialogs Windows Forms - ...

    Sybex - Mastering Visual Basic .NET (VBL).pdf

    a new strategy: a blueprint for building applications for the next decade. It’s actually even more than that. It’s Microsoft’s commitment to remain at the top of a rapidly changing world and give ...

    AssociatingNLCommentCodeEntities:与自然语言注释和源代码实体相关联的数据集和代码(AAAI 2020)-e language source code

    我们的AAAI-2020论文“将自然语言注释和源代码实体相关联”的代码和数据集可在找到。 如果您认为这项工作有用,请考虑引用我们的论文: @inproceedings{panthaplackel2020associating, author={Sheena ...

    C++ for Neural-Networks-and fuzzy logic

    在实际开发项目中,使用MATLAB的神经网络工具箱和模糊逻辑工具箱设计算法然后用Coder将算法转换为高级语言。然后使用过Coder的用户就知道,一定有部分应用场景需要直接用高级语言编写算法。这本书就是为此目的编写。...

    Collections

    #### Associating Data with Arbitrary Keys: Dictionaries **Dictionaries** are collections that associate keys with values. They are unordered but maintain a mapping from each unique key to its ...

    Managed IO Completion Ports.docx

    3.When a new client connects, accept the connection and create a new socket for that client, also associating it with the same IOCP. 4.Use `AcceptEx` or `ConnectEx` (for incoming and outgoing ...

    Python Cookbook

    - **知识点:** 讨论如何将多个值与字典中的单个键关联起来。通常采用列表或集合作为每个键的值。 - **1.6 Dispatching Using a Dictionary** - **知识点:** 展示如何利用字典进行分发处理,即将不同的键映射到...

    WekaManual3.8官方文档

    关联规则(Associating)部分则涵盖了如何设置和学习关联规则。 实验者(Experimenter)部分旨在帮助用户设计和执行标准的机器学习实验,文档在这里介绍了实验的基本流程、控制迭代、标准实验等。 整体来看,...

    英语口语如何描述不同的人物性格.doc

    " (She considers city life more sophisticated than rural life, so she avoids associating with hayseeds.) 7. 不三不四的人 (riff-raffs): 这个词用来指代行为不良或社会地位低下的群体。例如:"那种地方经常...

    Fourier Theoretic Probabilistic Inference over Permutations

    Similarly, in multi-object tracking, permutations play a vital role in associating observations with individual objects or identities. **Fourier Decomposition and Kronecker Conditioning** The use of...

    Ruby.Pocket.Reference

    - **Associating File Types on Windows:** Describes methods for associating `.rb` files with the Ruby interpreter on Windows, allowing double-click execution of Ruby scripts. 2. **Reserved Words** -...

Global site tag (gtag.js) - Google Analytics