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

/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaInternalFrameUI.java238 //protected void replacePane(JComponent currentPane, JComponent newPane) {}
277 * Installs necessary mouse handlers on <code>newPane</code>
281 protected void replacePane(final JComponent currentPane, final JComponent newPane) { argument
286 if (newPane != null) {
287 frame.add(newPane);
288 installMouseHandlers(newPane);
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicInternalFrameUI.java354 * Installs necessary mouse handlers on <code>newPane</code>
358 protected void replacePane(JComponent currentPane, JComponent newPane) { argument
363 if(newPane != null) {
364 frame.add(newPane);
365 installMouseHandlers(newPane);

Completed in 38 milliseconds