blob: 05880d181a49ab710260c9ad3b690585da53db3c [file] [log] [blame]
public class A {
public void actionPerformed(ActionEvent e) {
this.getParentTiledContainer().dockPaneAt(
Integer.parseInt(e.getActionCommand()), pane,
RTabbedDocumentPane.this, 0.5);
}
}