Searched refs:systemButton (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/motif/
H A DMotifInternalFrameTitlePane.java48 SystemButton systemButton; field in class:MotifInternalFrameTitlePane
103 systemButton = new SystemButton();
104 systemButton.addActionListener(new ActionListener() {
106 systemMenu.show(systemButton, 0, BUTTON_SIZE);
110 systemButton.addMouseListener(new MouseAdapter() {
141 add(systemButton);
197 systemButton.setBounds(0, 0, BUTTON_SIZE, BUTTON_SIZE);
218 systemMenu.show(systemButton, 0, BUTTON_SIZE);

Completed in 549 milliseconds