animRecord.setDebugEnabled(model.isDebugEnabled());
String names = "";
for (String n : browser.animsID.get(ATT_ANIMSID)[record]) {
names += n + " | ";
}
titlePanel.setTitle(names + " : " + animRecord.getStartingFrame() + " - " + (animRecord.getStartingFrame() + animRecord.length - 1) + " (" + animRecord.realTimeLength() + "ms)");
Animation current = animations.get(browser.currentRecordKey.get(CURRENTRECORDKEY));
if (current instanceof Animation) {
sw_state.setText(animationState(current.getState()) + " [" + current.getPosition() + "]");
}