⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 jmenu.html

📁 API資料大全
💻 HTML
📖 第 1 页 / 共 5 页
字号:
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>protected &nbsp;<A HREF="../../java/lang/String.html">String</A></CODE></FONT></TD><TD><CODE><B><A HREF="../../javax/swing/JMenu.html#paramString()">paramString</A></B>()</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a string representation of this <code>JMenu</code>.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>protected &nbsp;void</CODE></FONT></TD><TD><CODE><B><A HREF="../../javax/swing/JMenu.html#processKeyEvent(java.awt.event.KeyEvent)">processKeyEvent</A></B>(<A HREF="../../java/awt/event/KeyEvent.html">KeyEvent</A>&nbsp;e)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Processes key stroke events for this menu, such as mnemonics and accelerators.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;void</CODE></FONT></TD><TD><CODE><B><A HREF="../../javax/swing/JMenu.html#remove(java.awt.Component)">remove</A></B>(<A HREF="../../java/awt/Component.html">Component</A>&nbsp;c)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Removes the component <code>c</code> from this menu.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;void</CODE></FONT></TD><TD><CODE><B><A HREF="../../javax/swing/JMenu.html#remove(int)">remove</A></B>(int&nbsp;pos)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Removes the menu item at the specified index from this menu.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;void</CODE></FONT></TD><TD><CODE><B><A HREF="../../javax/swing/JMenu.html#remove(javax.swing.JMenuItem)">remove</A></B>(<A HREF="../../javax/swing/JMenuItem.html">JMenuItem</A>&nbsp;item)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Removes the specified menu item from this menu.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;void</CODE></FONT></TD><TD><CODE><B><A HREF="../../javax/swing/JMenu.html#removeAll()">removeAll</A></B>()</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Removes all menu items from this menu.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;void</CODE></FONT></TD><TD><CODE><B><A HREF="../../javax/swing/JMenu.html#removeMenuListener(javax.swing.event.MenuListener)">removeMenuListener</A></B>(<A HREF="../../javax/swing/event/MenuListener.html">MenuListener</A>&nbsp;l)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Removes a listener for menu events.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;void</CODE></FONT></TD><TD><CODE><B><A HREF="../../javax/swing/JMenu.html#setAccelerator(javax.swing.KeyStroke)">setAccelerator</A></B>(<A HREF="../../javax/swing/KeyStroke.html">KeyStroke</A>&nbsp;keyStroke)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>setAccelerator</code> is not defined for <code>JMenu</code>.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;void</CODE></FONT></TD><TD><CODE><B><A HREF="../../javax/swing/JMenu.html#setDelay(int)">setDelay</A></B>(int&nbsp;d)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the suggested delay before the menu's <code>PopupMenu</code> is popped up or down.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;void</CODE></FONT></TD><TD><CODE><B><A HREF="../../javax/swing/JMenu.html#setMenuLocation(int, int)">setMenuLocation</A></B>(int&nbsp;x,                int&nbsp;y)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the location of the popup component.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;void</CODE></FONT></TD><TD><CODE><B><A HREF="../../javax/swing/JMenu.html#setModel(javax.swing.ButtonModel)">setModel</A></B>(<A HREF="../../javax/swing/ButtonModel.html">ButtonModel</A>&nbsp;newModel)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the data model for the "menu button" -- the label that the user clicks to open or close the menu.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;void</CODE></FONT></TD><TD><CODE><B><A HREF="../../javax/swing/JMenu.html#setPopupMenuVisible(boolean)">setPopupMenuVisible</A></B>(boolean&nbsp;b)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the visibility of the menu's popup.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;void</CODE></FONT></TD><TD><CODE><B><A HREF="../../javax/swing/JMenu.html#setSelected(boolean)">setSelected</A></B>(boolean&nbsp;b)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the selection status of the menu.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;void</CODE></FONT></TD><TD><CODE><B><A HREF="../../javax/swing/JMenu.html#updateUI()">updateUI</A></B>()</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Notification from the <code>UIFactory</code> that the L&F has changed.</TD></TR></TABLE>&nbsp;<A NAME="methods_inherited_from_class_javax.swing.JMenuItem"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"><TD><B>Methods inherited from class javax.swing.<A HREF="../../javax/swing/JMenuItem.html">JMenuItem</A></B></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><A HREF="../../javax/swing/JMenuItem.html#addMenuDragMouseListener(javax.swing.event.MenuDragMouseListener)">addMenuDragMouseListener</A>, <A HREF="../../javax/swing/JMenuItem.html#addMenuKeyListener(javax.swing.event.MenuKeyListener)">addMenuKeyListener</A>, <A HREF="../../javax/swing/JMenuItem.html#configurePropertiesFromAction(javax.swing.Action)">configurePropertiesFromAction</A>, <A HREF="../../javax/swing/JMenuItem.html#createActionPropertyChangeListener(javax.swing.Action)">createActionPropertyChangeListener</A>, <A HREF="../../javax/swing/JMenuItem.html#fireMenuDragMouseDragged(javax.swing.event.MenuDragMouseEvent)">fireMenuDragMouseDragged</A>, <A HREF="../../javax/swing/JMenuItem.html#fireMenuDragMouseEntered(javax.swing.event.MenuDragMouseEvent)">fireMenuDragMouseEntered</A>, <A HREF="../../javax/swing/JMenuItem.html#fireMenuDragMouseExited(javax.swing.event.MenuDragMouseEvent)">fireMenuDragMouseExited</A>, <A HREF="../../javax/swing/JMenuItem.html#fireMenuDragMouseReleased(javax.swing.event.MenuDragMouseEvent)">fireMenuDragMouseReleased</A>, <A HREF="../../javax/swing/JMenuItem.html#fireMenuKeyPressed(javax.swing.event.MenuKeyEvent)">fireMenuKeyPressed</A>, <A HREF="../../javax/swing/JMenuItem.html#fireMenuKeyReleased(javax.swing.event.MenuKeyEvent)">fireMenuKeyReleased</A>, <A HREF="../../javax/swing/JMenuItem.html#fireMenuKeyTyped(javax.swing.event.MenuKeyEvent)">fireMenuKeyTyped</A>, <A HREF="../../javax/swing/JMenuItem.html#getAccelerator()">getAccelerator</A>, <A HREF="../../javax/swing/JMenuItem.html#init(java.lang.String, javax.swing.Icon)">init</A>, <A HREF="../../javax/swing/JMenuItem.html#isArmed()">isArmed</A>, <A HREF="../../javax/swing/JMenuItem.html#processKeyEvent(java.awt.event.KeyEvent, javax.swing.MenuElement[], javax.swing.MenuSelectionManager)">processKeyEvent</A>, <A HREF="../../javax/swing/JMenuItem.html#processMenuDragMouseEvent(javax.swing.event.MenuDragMouseEvent)">processMenuDragMouseEvent</A>, <A HREF="../../javax/swing/JMenuItem.html#processMenuKeyEvent(javax.swing.event.MenuKeyEvent)">processMenuKeyEvent</A>, <A HREF="../../javax/swing/JMenuItem.html#processMouseEvent(java.awt.event.MouseEvent, javax.swing.MenuElement[], javax.swing.MenuSelectionManager)">processMouseEvent</A>, <A HREF="../../javax/swing/JMenuItem.html#removeMenuDragMouseListener(javax.swing.event.MenuDragMouseListener)">removeMenuDragMouseListener</A>, <A HREF="../../javax/swing/JMenuItem.html#removeMenuKeyListener(javax.swing.event.MenuKeyListener)">removeMenuKeyListener</A>, <A HREF="../../javax/swing/JMenuItem.html#setArmed(boolean)">setArmed</A>, <A HREF="../../javax/swing/JMenuItem.html#setEnabled(boolean)">setEnabled</A>, <A HREF="../../javax/swing/JMenuItem.html#setUI(javax.swing.plaf.MenuItemUI)">setUI</A></CODE></TD></TR></TABLE>&nbsp;<A NAME="methods_inherited_from_class_javax.swing.AbstractButton"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"><TD><B>Methods inherited from class javax.swing.<A HREF="../../javax/swing/AbstractButton.html">AbstractButton</A></B></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><A HREF="../../javax/swing/AbstractButton.html#addActionListener(java.awt.event.ActionListener)">addActionListener</A>, <A HREF="../../javax/swing/AbstractButton.html#addChangeListener(javax.swing.event.ChangeListener)">addChangeListener</A>, <A HREF="../../javax/swing/AbstractButton.html#addItemListener(java.awt.event.ItemListener)">addItemListener</A>, <A HREF="../../javax/swing/AbstractButton.html#checkHorizontalKey(int, java.lang.String)">checkHorizontalKey</A>, <A HREF="../../javax/swing/AbstractButton.html#checkVerticalKey(int, java.lang.String)">checkVerticalKey</A>, <A HREF="../../javax/swing/AbstractButton.html#createActionListener()">createActionListener</A>, <A HREF="../../javax/swing/AbstractButton.html#createChangeListener()">createChangeListener</A>, <A HREF="../../javax/swing/AbstractButton.html#createItemListener()">createItemListener</A>, <A HREF="../../javax/swing/AbstractButton.html#doClick()">doClick</A>, <A HREF="../../javax/swing/AbstractButton.html#fireActionPerformed(java.awt.event.ActionEvent)">fireActionPerformed</A>, <A HREF="../../javax/swing/AbstractButton.html#fireItemStateChanged(java.awt.event.ItemEvent)">fireItemStateChanged</A>, <A HREF="../../javax/swing/AbstractButton.html#fireStateChanged()">fireStateChanged</A>, <A HREF="../../javax/swing/AbstractButton.html#getAction()">getAction</A>, <A HREF="../../javax/swing/AbstractButton.html#getActionCommand()">getActionCommand</A>, <A HREF="../../javax/swing/AbstractButton.html#getDisabledIcon()">getDisabledIcon</A>, <A HREF="../../javax/swing/AbstractButton.html#getDisabledSelectedIcon()">getDisabledSelectedIcon</A>, <A HREF="../../javax/swing/AbstractButton.html#getHorizontalAlignment()">getHorizontalAlignment</A>, <A HREF="../../javax/swing/AbstractButton.html#getHorizontalTextPosition()">getHorizontalTextPosition</A>, <A HREF="../../javax/swing/AbstractButton.html#getIcon()">getIcon</A>, <A HREF="../../javax/swing/AbstractButton.html#getLabel()">getLabel</A>, <A HREF="../../javax/swing/AbstractButton.html#getMargin()">getMargin</A>, <A HREF="../../javax/swing/AbstractButton.html#getMnemonic()">getMnemonic</A>, <A HREF="../../javax/swing/AbstractButton.html#getModel()">getModel</A>, <A HREF="../../javax/swing/AbstractButton.html#getPressedIcon()">getPressedIcon</A>, <A HREF="../../javax/swing/AbstractButton.html#getRolloverIcon()">getRolloverIcon</A>, <A HREF="../../javax/swing/AbstractButton.html#getRolloverSelectedIcon()">getRolloverSelectedIcon</A>, <A HREF="../../javax/swing/AbstractButton.html#getSelectedIcon()">getSelectedIcon</A>, <A HREF="../../javax/swing/AbstractButton.html#getSelectedObjects()">getSelectedObjects</A>, <A HREF="../../javax/swing/AbstractButton.html#getText()">getText</A>, <A HREF="../../javax/swing/AbstractButton.html#getUI()">getUI</A>, <A HREF="../../javax/swing/AbstractButton.html#getVerticalAlignment()">getVerticalAlignment</A>, <A HREF="../../javax/swing/AbstractButton.html#getVerticalTextPosition()">getVerticalTextPosition</A>, <A HREF="../../javax/swing/AbstractButton.html#imageUpdate(java.awt.Image, int, int, int, int, int)">imageUpdate</A>, <A HREF="../../javax/swing/AbstractButton.html#isBorderPainted()">isBorderPainted</A>, <A HREF="../../javax/swing/AbstractButton.html#isContentAreaFilled()">isContentAreaFilled</A>, <A HREF="../../javax/swing/AbstractButton.html#isFocusPainted()">isFocusPainted</A>, <A HREF="../../javax/swing/AbstractButton.html#isFocusTraversable()">isFocusTraversable</A>, <A HREF="../../javax/swing/AbstractButton.html#isRolloverEnabled()">isRolloverEnabled</A>, <A HREF="../../javax/swing/AbstractButton.html#paintBorder(java.awt.Graphics)">paintBorder</A>, <A HREF="../../javax/swing/AbstractButton.html#removeActionListener(java.awt.event.ActionListener)">removeActionListener</A>, <A HREF="../../javax/swing/AbstractButton.html#removeChangeListener(javax.swing.event.ChangeListener)">removeChangeListener</A>, <A HREF="../../javax/swing/AbstractButton.html#removeItemListener(java.awt.event.ItemListener)">removeItemListener</A>, <A HREF="../../javax/swing/AbstractButton.html#setAction(javax.swing.Action)">setAction</A>, <A HREF="../../javax/swing/AbstractButton.html#setActionCommand(java.lang.String)">setActionCommand</A>, <A HREF="../../javax/swing/AbstractButton.html#setBorderPainted(boolean)">setBorderPainted</A>, <A HREF="../../javax/swing/AbstractButton.html#setContentAreaFilled(boolean)">setContentAreaFilled</A>, <A HREF="../../javax/swing/AbstractButton.html#setDisabledIcon(javax.swing.Icon)">setDisabledIcon</A>, <A HREF="../../javax/swing/AbstractButton.html#setDisabledSelectedIcon(javax.swing.Icon)">setDisabledSelectedIcon</A>, <A HREF="../../javax/swing/AbstractButton.html#setFocusPainted(boolean)">setFocusPainted</A>, <A HREF="../../javax/swing/AbstractButton.html#setHorizontalAlignment(int)">setHorizontalAlignment</A>, <A HREF="../../javax/swing/AbstractButton.html#setHorizontalTextPosition(int)">setHorizontalTextPosition</A>, <A HREF="../../javax/swing/AbstractButton.html#setIcon(javax.swing.Icon)">setIcon</A>, <A HREF="../../javax/swing/AbstractButton.html#setLabel(java.lang.String)">setLabel</A>, <A HREF="../../javax/swing/AbstractButton.html#setMargin(java.awt.Insets)">setMargin</A>, <A HREF="../../javax/swing/AbstractButton.html#setMnemonic(char)">setMnemonic</A>, <A HREF="../../javax/swing/AbstractButton.html#setMnemonic(int)">setMnemonic</A>, <A HREF="../../javax/swing/AbstractButton.html#setPressedIcon(javax.swing.Icon)">setPressedIcon</A>, <A HREF="../../javax/swing/AbstractButton.html#setRolloverEnabled(boolean)">setRolloverEnabled</A>, <A HREF="../../javax/swing/AbstractButton.html#setRolloverIcon(javax.swing.Icon)">setRolloverIcon</A>, <A HREF="../../javax/swing/AbstractButton.html#setRolloverSelectedIcon(javax.swing.Icon)">setRolloverSelectedIcon</A>, <A HREF="../../javax/swing/AbstractButton.html#setSelectedIcon(javax.swing.Icon)">setSelectedIcon</A>, <A HREF="../../javax/swing/AbstractButton.html#setText(java.lang.String)">setText</A>, <A HREF="../../javax/swing/AbstractButton.html#setUI(javax.swing.plaf.ButtonUI)">setUI</A>, <A HREF="../../javax/swing/AbstractButton.html#setVerticalAlignment(int)">setVerticalAlignment</A>, <A HREF="../../javax/swing/AbstractButton.html#setVerticalTextPosition(int)">setVerticalTextPosition</A></CODE></TD></TR></TABLE>&nbsp;<A NAME="methods_inherited_from_class_javax.swing.JComponent"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"><TD><B>Methods inherited from class javax.swing.<A HREF="../../javax/swing/JComponent.html">JComponent</A></B></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><A HREF="../../javax/swing/JComponent.html#addAncestorListener(javax.swing.event.AncestorListener)">addAncestorListener</A>, <A HREF="../../javax/swing/JComponent.html#addNotify()">addNotify</A>, <A HREF="../../javax/swing/JComponent.html#addPropertyChangeListener(java.beans.PropertyChangeListener)">addPropertyChangeListener</A>, <A HREF="../../javax/swing/JComponent.html#addPropertyChangeListener(java.lang.String, java.beans.PropertyChangeListener)">addPropertyChangeListener</A>, <A HREF="../../javax/swing/JComponent.html#addVetoableChangeListener(java.beans.VetoableChangeListener)">addVetoableChangeListener</A>, <A HREF="../../javax/swing/JComponent.html#computeVisibleRect(java.awt.Rectangle)">computeVisibleRect</A>, <A HREF="../../javax/swing/JComponent.html#contains(int, int)">contains</A>, <A HREF="../../javax/swing/JComponent.html#createToolTip()">createToolTip</A>, <A HREF="../../javax/swing/JComponent.html#disable()">disable</A>, <A HREF="../../javax/swing/JComponent.html#enable()">enable</A>, <A HREF="../../javax/swing/JComponent.html#firePropertyChange(java.lang.String, boolean, boolean)">firePropertyChange</A>, <A HREF="../../javax/swing/JComponent.html#firePropertyChange(java.lang.String, byte, byte)">firePropertyChange</A>, <A HREF="../../javax/swing/JComponent.html#firePropertyChange(java.lang.String, char, char)">firePropertyChange</A>, <A HREF="../../javax/swing/JComponent.html#firePropertyChange(java.lang.String, double, double)">firePropertyChange</A>, <A HREF="../../javax/swing/JComponent.html#firePropertyChange(java.lang.String, float, float)">firePropertyChange</A>, <A HREF="../../javax/swing/JComponent.html#firePropertyChange(java.lang.String, int, int)">firePropertyChange</A>, <A HREF="../../javax/swing/JComponent.html#firePropertyChange(java.lang.String, long, long)">firePropertyChange</A>, <A HREF="../../javax/swing/JComponent.html#firePropertyChange(java.lang.String, java.lang.Object, java.lang.Object)">firePropertyChange</A>, <A HREF="../../javax/swing/JComponent.html#firePropertyChange(java.lang.String, short, short)">firePropertyChange</A>, <A HREF="../../javax/swing/JComponent.html#fireVetoableChange(java.lang.String, java.lang.Object, java.lang.Object)">fireVetoableChange</A>, <A HREF="../../javax/swing/JComponent.html#getActionForKeyStroke(javax.swing.KeyStroke)">getActionForKeyStroke</A>, <A HREF="../../javax/swing/JComponent.html#getActionMap()">getActionMap</A>, <A HREF="../../javax/swing/JComponent.html#getAlignmentX()">getAlignmentX</A>, <A HREF="../../javax/swing/JComponent.html#getAlignmentY()">getAlignmentY</A>, <A HREF="../../javax/swing/JComponent.html#getAutoscrolls()">getAutoscrolls</A>, <A HREF="../../javax/swing/JComponent.html#getBorder()">getBorder</A>, <A HREF="../../javax/swing/JComponent.html#getBounds(java.awt.Rectangle)">getBounds</A>, <A HREF="../../javax/swing/JComponent.html#getClientProperty(java.lang.Object)">getClientProperty</A>, <A HREF="../../javax/swing/JComponent.html#getComponentGraphics(java.awt.Graphics)">getComponentGraphics</A>, <A HREF="../../javax/swing/JComponent.html#getConditionForKeyStroke(javax.swing.KeyStroke)">getConditionForKeyStroke</A>, <A HREF="../../javax/swing/JComponent.html#getDebugGraphicsOptions()">getDebugGraphicsOptions</A>, <A HREF="../../javax/swing/JComponent.html#getGraphics()">getGraphics</A>, <A HREF="../../javax/swing/JComponent.html#getHeight()">getHeight</A>, <A HREF="../../javax/swing/JComponent.html#getInputMap()">getInputMap</A>, <A HREF="../../javax/swing/JComponent.html#getInputMap(int)">getInputMap</A>, <A HREF="../../javax/swing/JComponent.html#getInputVerifier()">getInputVerifier</A>, <A HREF="../../javax/swing/JComponent.html#getInsets()">getInsets</A>, <A HREF="../../javax/swing/JComponent.html#getInsets(java.awt.Insets)">getInsets</A>, <A HREF="../../javax/swing/JComponent.html#getListeners(java.lang.Class)">getListeners</A>, <A HREF="../../javax/swing/JComponent.html#getLocation(java.awt.Point)">getLocation</A>, <A HREF="../../javax/swing/JComponent.html#getMaximumSize()">getMaximumSize</A>, <A HREF="../../javax/swing/JComponent.html#getMinimumSize()">getMinimumSize</A>, <A HREF="../../javax/swing/JComponent.html#getNextFocusableComponent()">getNextFocusableComponent</A>, <A HREF="../../javax/swing/JComponent.html#getPreferredSize()">getPreferredSize</A>, <A HREF="../../javax/swing/JComponent.html#getRegisteredKeyStrokes()">getRegisteredKeyStrokes</A>, <A HREF="../../javax/swing/JComponent.html#getRootPane()">getRootPane</A>, <A HREF="../../javax/swing/JComponent.html#getSize(java.awt.Dimension)">getSize</A>, <A HREF="../../javax/swing/JComponent.html#getToolTipLocation(java.awt.event.MouseEvent)">getToolTipLocation</A>, <A HREF="../../javax/swing/JComponent.html#getToolTipText()">getToolTipText</A>, <A HREF="../../javax/swing/JComponent.html#getToolTipText(java.awt.event.MouseEvent)">getToolTipText</A>, <A HREF="../../javax/swing/JComponent.html#getTopLevelAncestor()">getTopLevelAncestor</A>, <A HREF="../../javax/swing/JComponent.html#getVerifyInputWhenFocusTarget()">getVerifyInputWhenFocusTarget</A>, <A HREF="../../javax/swing/JComponent.html#getVisibleRect()">getVisibleRect</A>, <A HREF="../../javax/swing/JComponent.html#getWidth()">getWidth</A>, <A HREF="../../javax/swing/JComponent.html#getX()">getX</A>, <A HREF="../../javax/swing/JComponent.html#getY()">getY</A>, <A HREF="../../javax/swing/JComponent.html#grabFocus()">grabFocus</A>, <A HREF="../../javax/swing/JComponent.html#hasFocus()">hasFocus</A>, <A HREF="../../javax/swing/JComponent.html#hide()">hide</A>, <A HREF="../../javax/swing/JComponent.html#isDoubleBuffered()">isDoubleBuffered</A>, <A HREF="../../javax/swing/JComponent.html#isFocusCycleRoot()">isFocusCycleRoot</A>, <A HREF="../../javax/swing/JComponent.html#isLightweightComponent(java.awt.Component)">isLightweightComponent</A>, <A HREF="../../javax/swing/JComponent.html#isManagingFocus()">isManagingFocus</A>, <A HREF="../../javax/swing/JComponent.html#isMaximumSizeSet()">isMaximumSizeSet</A>, <A HREF="../../javax/swing/JComponent.html#isMinimumSizeSet()">isMinimumSizeSet</A>, <A HREF="../../javax/swing/JComponent.html#isOpaque()">isOpaque</A>, <A HREF="../../javax/swing/JComponent.html#isOptimizedDrawingEnabled()">isOptimizedDrawingEnabled</A>, <A HREF="../../javax/swing/JComponent.html#isPaintingTile()">isPaintingTile</A>, <A HREF="../../javax/swing/JComponent.html#isPreferredSizeSet()">isPreferredSizeSet</A>, <A HREF="../../javax/swing/JComponent.html#isRequestFocusEnabled()">isRequestFocusEnabled</A>, <A HREF="../../javax/swing/JComponent.html#isValidateRoot()">isValidateRoot</A>, <A HREF="../../javax/swing/JComponent.html#paint(java.awt.Graphics)">paint</A>, <A HREF="../../javax/swing/JComponent.html#paintChildren(java.awt.Graphics)">paintChildren</A>, <A HREF="../../javax/swing/JComponent.html#paintComponent(java.awt.Graphics)">paintComponent</A>, <A HREF="../../javax/swing/JComponent.html#paintImmediately(int, int, int, int)">paintImmediately</A>, <A HREF="../../javax/swing/JComponent.html#paintImmediately(java.awt.Rectangle)">paintImmediately</A>, <A HREF="../../javax/swing/JComponent.html#print(java.awt.Graphics)">print</A>, <A HREF="../../javax/swing/JComponent.html#printAll(java.awt.Graphics)">printAll</A>, <A HREF="../../javax/swing/JComponent.html#printBorder(java.awt.Graphics)">printBorder</A>, <A HREF="../../javax/swing/JComponent.html#printChildren(java.awt.Graphics)">printChildren</A>, <A HREF="../../javax/swing/JComponent.html#printComponent(java.awt.Graphics)">printComponent</A>, <A HREF="../../javax/swing/JComponent.html#processComponentKeyEvent(java.awt.event.KeyEvent)">processComponentKeyEvent</A>, <A HREF="../../javax/swing/JComponent.html#processFocusEvent(java.awt.event.FocusEvent)">processFocusEvent</A>, <A HREF="../../javax/swing/JComponent.html#processKeyBinding(javax.swing.KeyStroke, java.awt.event.KeyEvent, int, boolean)">processKeyBinding</A>, <A HREF="../../javax/swing/JComponent.html#processMouseMotionEvent(java.awt.event.MouseEvent)">processMouseMotionEvent</A>, <A HREF="../../javax/swing/JComponent.html#putClientProperty(java.lang.Object, java.lang.Object)">putClientProperty</A>, <A HREF="../../javax/swing/JComponent.html#registerKeyboardAction(java.awt.event.ActionListener, javax.swing.KeyStroke, int)">registerKeyboardAction</A>, <A HREF="../../javax/swing/JComponent.html#registerKeyboardAction(java.awt.event.ActionListener, java.lang.String, javax.swing.KeyStroke, int)">registerKeyboardAction</A>, <A HREF="../../javax/swing/JComponent.html#removeAncestorListener(javax.swing.event.AncestorListener)">removeAncestorListener</A>, <A HREF="../../javax/swing/JComponent.html#removeNotify()">removeNotify</A>, <A HREF="../../javax/swing/JComponent.html#removePropertyChangeListener(java.beans.PropertyChangeListener)">removePropertyChangeListener</A>, <A HREF="../../javax/swing/JComponent.html#removePropertyChangeListener(java.lang.String, java.beans.PropertyChangeListener)">removePropertyChangeListener</A>, <A HREF="../../javax/swing/JComponent.html#removeVetoableChangeListener(java.beans.VetoableChangeListener)">removeVetoableChangeListener</A>, <A HREF="../../javax/swing/JComponent.html#repaint(long, int, int, int, int)">repaint</A>, <A HREF="../../javax/swing/JComponent.html#repaint(java.awt.Rectangle)">repaint</A>, <A HREF="../../javax/swing/JComponent.html#requestDefaultFocus()">requestDefaultFocus</A>, <A HREF="../../javax/swing/JComponent.html#requestFocus()">requestFocus</A>, <A HREF="../../javax/swing/JComponent.html#resetKeyboardActions()">resetKeyboardActions</A>, <A HREF="../../javax/swing/JComponent.html#reshape(int, int, int, int)">reshape</A>, <A HREF="../../javax/swing/JComponent.html#revalidate()">revalidate</A>, <A HREF="../../javax/swing/JComponent.html#scrollRectToVisible(java.awt.Rectangle)">scrollRectToVisible</A>, <A HREF="../../javax/swing/JComponent.html#setActionMap(javax.swing.ActionMap)">setActionMap</A>, <A HREF="../../javax/swing/JComponent.html#setAlignmentX(float)">setAlignmentX</A>, <A HREF="../../javax/swing/JComponent.html#setAlignmentY(float)">setAlignmentY</A>, <A HREF="../../javax/swing/JComponent.html#setAutoscrolls(boolean)">setAutoscrolls</A>, <A HREF="../../javax/swing/JComponent.html#setBackground(java.awt.Color)">setBackground</A>, <A HREF="../../javax/swing/JComponent.html#setBorder(javax.swing.border.Border)">setBorder</A>, <A HREF="../../javax/swing/JComponent.html#setDebugGraphicsOptions(int)">setDebugGraphicsOptions</A>, <A HREF="../../javax/swing/JComponent.html#setDoubleBuffered(boolean)">setDoubleBuffered</A>, <A HREF="../../javax/swing/JComponent.html#setFont(java.awt.Font)">setFont</A>, <A HREF="../../javax/swing/JComponent.html#setForeground(java.awt.Color)">setForeground</A>, <A HREF="../../javax/swing/JComponent.html#setInputMap(int, javax.swing.InputMap)">setInputMap</A>, <A HREF="../../javax/swing/JComponent.html#setInputVerifier(javax.swing.InputVerifier)">setInputVerifier</A>, <A HREF="../../javax/swing/JComponent.html#setMaximumSize(java.awt.Dimension)">setMaximumSize</A>, <A HREF="../../javax/swing/JComponent.html#setMinimumSize(java.awt.Dimension)">setMinimumSize</A>, <A HREF="../../javax/swing/JComponent.html#setNextFocusableComponent(java.awt.Component)">setNextFocusableComponent</A>, <A HREF="../../javax/swing/JComponent.html#setOpaque(boolean)">setOpaque</A>, <A HREF="../../javax/swing/JComponent.html#setPreferredSize(java.awt.Dimension)">setPreferredSize</A>, <A HREF="../../javax/swing/JComponent.html#setRequestFocusEnabled(boolean)">setRequestFocusEnabled</A>, <A HREF="../../javax/swing/JComponent.html#setToolTipText(java.lang.String)">setToolTipText</A>, <A HREF="../../javax/swing/JComponent.html#setUI(javax.swing.plaf.ComponentUI)">setUI</A>, <A HREF="../../javax/swing/JComponent.html#setVerifyInputWhenFocusTarget(boolean)">setVerifyInputWhenFocusTarget</A>, <A HREF="../../javax/swing/JComponent.html#setVisible(boolean)">setVisible</A>, <A HREF="../../javax/swing/JComponent.html#unregisterKeyboardAction(javax.swing.KeyStroke)">unregisterKeyboardAction</A>, <A HREF="../../javax/swing/JComponent.html#update(java.awt.Graphics)">update</A></CODE></TD></TR></TABLE>&nbsp;<A NAME="methods_inherited_from_class_java.awt.Container"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"><TD><B>Methods inherited from class java.awt.<A HREF="../../java/awt/Container.html">Container</A></B></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><A HREF="../../java/awt/Container.html#add(java.awt.Component, java.lang.Object)">add</A>, <A HREF="../../java/awt/Container.html#add(java.awt.Component, java.lang.Object, int)">add</A>, <A HREF="../../java/awt/Container.html#add(java.lang.String, java.awt.Component)">add</A>, <A HREF="../../java/awt/Container.html#addContainerListener(java.awt.event.ContainerListener)">addContainerListener</A>, <A HREF="../../java/awt/Container.html#addImpl(java.awt.Component,

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -