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