1
0
mirror of https://github.com/php/php-src.git synced 2026-04-01 13:12:16 +02:00

add systray and logo

This commit is contained in:
krakjoe
2013-11-30 07:27:11 +00:00
parent 16edd155cb
commit 4fa2f01c4e
4 changed files with 74 additions and 0 deletions

View File

@@ -18,6 +18,28 @@
</MenuItem>
</SubComponents>
</Container>
<Menu class="java.awt.PopupMenu" name="systrayMenu">
<Properties>
<Property name="label" type="java.lang.String" value="phpdbg"/>
<Property name="name" type="java.lang.String" value=""/>
</Properties>
<Events>
<EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="systrayMenuActionPerformed"/>
</Events>
<AuxValues>
<AuxValue name="JavaCodeGenerator_VariableModifier" type="java.lang.Integer" value="10"/>
</AuxValues>
<SubComponents>
<MenuItem class="java.awt.MenuItem" name="systrayExitMenuItem">
<Properties>
<Property name="label" type="java.lang.String" value="Exit"/>
</Properties>
<Events>
<EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="systrayExitMenuItemActionPerformed"/>
</Events>
</MenuItem>
</SubComponents>
</Menu>
</NonVisualComponents>
<Properties>
<Property name="defaultCloseOperation" type="int" value="2"/>