summaryrefslogtreecommitdiff
path: root/tutorials/java/src/phpdbg/ui/JConsole.form
diff options
context:
space:
mode:
Diffstat (limited to 'tutorials/java/src/phpdbg/ui/JConsole.form')
-rw-r--r--tutorials/java/src/phpdbg/ui/JConsole.form22
1 files changed, 22 insertions, 0 deletions
diff --git a/tutorials/java/src/phpdbg/ui/JConsole.form b/tutorials/java/src/phpdbg/ui/JConsole.form
index fb2e622f5b..2db69b086d 100644
--- a/tutorials/java/src/phpdbg/ui/JConsole.form
+++ b/tutorials/java/src/phpdbg/ui/JConsole.form
@@ -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"/>