{
try
{
final String license = FileUtils.readToString ( structure.getEntryInputStream ( child ) );
final WebPopup licensePopup = new WebPopup ();
final WebTextArea textArea = new WebTextArea ( license );
textArea.setEditable ( false );
licensePopup.add ( new WebScrollPane ( textArea, false ) );
licensePopup.showPopupAsModal ( fileLink, true, true );
HotkeyManager.registerHotkey ( textArea, Hotkey.ESCAPE, new HotkeyRunnable ()
{
@Override