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