SHIVA.GUI_RC ( vs. r1.1)
Diffs

 <<O>>  Difference Topic GUI_RC (r1.1 - 06 Jan 2006 - Main.HengYuan)
Line: 1 to 1
Added:
>
>
META TOPICPARENT StartConfigure
GUI_RC is an XML file which describes what the SHIVA frame should look like. It is written in CookSwing. shiva.ShivaGUI class extends JFrame to have an setter for skinlf for loading SkinLF related themepack.

The default SHIVA GUI frame looks like:

<frame varref="this" title="SHIVA" size="640,480" iconimage="shiva/resources/icons/shiva_icon.gif" defaultcloseoperation="DO_NOTHING_ON_CLOSE" windowlistener="windowCloseListener">
   <uimanager systemlookandfeel="true"/>
</frame>

MBAT changes it a bit to load its own theme pack.

<frame varref="this" title="MBAT" size="640,480" iconimage="trogdor/resources/icons/mouseBirnFavicon.gif" defaultcloseoperation="DO_NOTHING_ON_CLOSE" windowlistener="windowCloseListener" skinlf="/trogdor/resources/themepack.zip">
</frame>

Topic: GUI_RC . { View | Diffs | r1.1 | More }

Revision -
Revision r1.1 - 06 Jan 2006 - 23:25 - Main.HengYuan