您的位置:首页 > 编程语言 > Java开发

Java how to program(4th)中的专业词汇ch13

2012-03-04 21:18 423 查看
addSeparator method of class JMenu

addWindowListener method of Window

anchor variable of GridBagConstraints

automatic world wrap

Box class

BoxLayout layout manager

BoxLayout.X_AXIS

BoxLayout.Y_AXIS

CardLayout layout manager

ChangeEvent class

ChangeListener interface

child window

command-line arguments

context-sensitive popup menu

createHorizontalBox method of Box

createHorizontalGlue method of Box

createHorizontalStrut method of Box

ceateVerticalBox method of Box

createRigidArea method of Box

createVerticalGlue method of Box

createVerticalStrut method of Box

dedicated drawing area

Dimension class

dispose method of class Window

external event

fill variable of GridBagConstraints

first method of CardLayout

getClassName method

getInstalledLookAndFeels method

getMinimumSize method of Component

getPreferredSize method of Component

getSelectedText method

getValue method of class JSlider

labels for tick marks

last method of class CarLayout

major tick mark

menu

menu bar

menu item

metal look-and-feel

method setMnemonic of AbstractButton

minor tick mark

mnemonic

modal dialog

Motif look-and-feel

multiple document interface (MDI)

next method of class CardLayout

paintComponent method of JComponent

parent window

pluggable look-and-feel (PLAF)

previous method of class JScrollPane

setConstraints method

setDefaultCloseOperation method

setHorizontalScrollBarPolicy method

setJMenuBar method

setLookAndFeel method

setMajorTickSpacing method

setOpaque method of class JComponent

setPaintTicks method of JSlider

GridBagConstraints class

GridBagConstraints.BOTH

GridBagConstraints.CENTER

GridBagConstraints.EAST

GridBagConstraints.HORIZONTAL

GridBagConstraints.NONE

GridBagConstraints.NORTH

GridBagConstraints.NORTHEAST

GridBagConstraints.NORTHWEST

GridBagConstraints.RELATIVE

GridBagConstraints.REMAINDER

GridBagConstraints.SOUTH

GridBagConstraints.SOUTHEAST

GridBagConstraints.SOUTHWEST

GridBagConstraints.VERTICAL

GridBagConstraints.WEST

GridBagLayout layout manager

gridheight variable

gridwidth variable

gridx variable of GridBagConstraints

gridy variable of GridBagConstraints

isPopupTrigger method of MouseEvent

JCheckBoxMenuItem class

JDesttopPane class

JInternalFrame class

JMenu class

JMenuBar class

JMenuItem class

JPopupMenu clas

JRadioButtonMenuItem class

JSlider class

JTextArea class

JTextComponent class

setSelected method of AbstractButton

setTitle method of class Frame

setVerticalScrollBarPolicy method

show method of class JPopupMenu

snap-to ticks

submenu

super.paintComponent(g)

SwingConstants.HORiZONTAL

SwingConstants.VERTICAL

thumb of a JSlider

tick mark

UIManager class

UIManager.LookAndFeelInfo class

updateComponentTreeUI method

vertical strut

weightx variable of GridBagConstraints

weighty variable of GridBagConstraints

windowActivated method

windowClosed method

windowClosing method

WindowConstants.DISPOSE_ON_CLOSE

windowDeactivated method

windowDeiconified method

windowIconified method

WindowListener interface

windowOpened method

Windows look-and-feel
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: