int selection = scaling.getSelectedIndex();
if(selection!=-1){
SwingGUI swing = ((SwingGUI)decode_pdf.getExternalHandler(Options.SwingContainer));
if(swing!=null){
swing.setSelectedComboIndex(Commands.SCALING, selection);
swing.zoom(false);
}
}
}
//<end-thin><end-adobe>
}else if(name == PdfDictionary.FullScreen){