Fix application title under Mac OS X

Issue #65 resolved
Matthias Schoettle created an issue

In commit 327fd51 the frame title was changed to "TouchRAM". In Windows it shows up correctly. Also under Mac OS X, if the application is not fullscreen, the name shows up in the title bar of the window. However, in Mac OS X the dock icon and menu bar on top still has the fully qualified class name.

Comments (4)

  1. Matthias Schoettle reporter
    • changed status to open

    The name in Mac OS X usually comes from the app bundle (Info.plist).

    Since we don't have that (yet), it has to be set via command-line when invoking the tool or setting a system property at the very beginning.

  2. Matthias Schoettle reporter

    Resolved issue #65: Setting system property before application startup to rename the menu/dock name. Workaround until application is bundled properly.

    → <<cset 1597766e91ad>>

  3. Log in to comment