[izpack-devel] window title stripped after first character underWindows

Stefan Wachter stefan.wachter at gmx.de
Mon Nov 20 14:19:01 CET 2006


Hi Klaus,

I set a breakpoint at the constructur of InstallerFrame:

     public InstallerFrame(String title, InstallData installdata) throws Exception
     {
         super(title);
         guiListener = new ArrayList();
         visiblePanelMapping = new ArrayList();
         this.installdata = installdata;
         this.langpack = installdata.langpack;

         // Sets the window events handler
         addWindowListener(new WindowHandler());
         setDefaultCloseOperation(DO_NOTHING_ON_CLOSE);
         // Builds the GUI
         loadIcons();
         loadPanels();
         buildGUI();

         // We show the frame
         showFrame();
         switchPanel(0);
     }

Being called, the title parameter contains the correct value ("PolFHa - Installation"). Yet, when 
the line showFrame() is reached the opened window has a window title consisting only of a single "P".

I recognized that this happens only if the setup is started from a network folder (either directly 
addressed in the file explorer or mapped through a network drive). If a local copy of the setup is 
used then the title is displayed correctly!

Do you have an idea about what is going wrong?

Cheers,
--Stefan
-------------- next part --------------
A non-text attachment was scrubbed...
Name: izpack.jpg
Type: image/jpeg
Size: 3717 bytes
Desc: not available
Url : https://lists.berlios.de/pipermail/izpack-devel/attachments/20061120/9b3fe4f0/attachment.jpg 


More information about the izpack-devel mailing list