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