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

/openjdk7/hotspot/agent/src/share/classes/com/sun/java/swing/ui/
H A DCommonUI.java145 public static JCheckBox createCheckBox(String text, int mnemonic, ActionListener listener, boolean selected) method in class:CommonUI
159 public static JCheckBox createCheckBox(String text, int mnemonic, ActionListener listener) method in class:CommonUI
161 return createCheckBox(text, mnemonic, listener, false);
164 public static JCheckBox createCheckBox(String text, int mnemonic, boolean selected) method in class:CommonUI
166 return createCheckBox(text, mnemonic, null, selected);
169 public static JCheckBox createCheckBox(String text, int mnemonic) method in class:CommonUI
171 return createCheckBox(text, mnemonic, null, false);
174 public static JCheckBox createCheckBox(String text) method in class:CommonUI
176 return createCheckBox(text, -1, null, false);
/openjdk7/jdk/src/share/classes/sun/print/
H A DServiceDialog.java598 private static JCheckBox createCheckBox(String key, ActionListener al) { method in class:ServiceDialog
769 cbPrintToFile = createCheckBox("checkbox.printtofile", this);
1186 cbCollate = createCheckBox("checkbox.collate", this);
2608 cbJobSheets = createCheckBox("checkbox.jobsheets", this);

Completed in 70 milliseconds