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