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