1045N/A<?xml version="1.1" encoding="UTF-8" ?>
385N/A
385N/A<Form version="1.3" maxVersion="1.6" type="org.netbeans.modules.form.forminfo.JFrameFormInfo">
385N/A <Properties>
1045N/A <Property name="defaultCloseOperation" type="int" value="2"/>
385N/A <Property name="title" type="java.lang.String" value="OpenGrok Notifications"/>
385N/A </Properties>
385N/A <SyntheticProperties>
385N/A <SyntheticProperty name="formSizePolicy" type="int" value="1"/>
385N/A </SyntheticProperties>
385N/A <AuxValues>
385N/A <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/>
385N/A <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/>
1045N/A <AuxValue name="FormSettings_generateFQN" type="java.lang.Boolean" value="true"/>
385N/A <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/>
385N/A <AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="false"/>
385N/A <AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="1"/>
385N/A <AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/>
385N/A <AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/>
385N/A <AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/>
385N/A </AuxValues>
385N/A
385N/A <Layout>
385N/A <DimensionLayout dim="0">
385N/A <Group type="103" groupAlignment="0" attributes="0">
385N/A <Group type="102" attributes="0">
385N/A <EmptySpace max="-2" attributes="0"/>
385N/A <Group type="103" groupAlignment="0" attributes="0">
385N/A <Component id="notificationsPane" alignment="0" pref="424" max="32767" attributes="0"/>
385N/A <Group type="102" alignment="0" attributes="0">
385N/A <Group type="103" groupAlignment="0" attributes="0">
1045N/A <Component id="jLabel2" min="-2" max="-2" attributes="0"/>
385N/A <Component id="jLabel4" alignment="0" min="-2" max="-2" attributes="0"/>
385N/A </Group>
385N/A <EmptySpace max="-2" attributes="0"/>
385N/A <Group type="103" groupAlignment="0" attributes="0">
385N/A <Component id="startTimeLabel" min="-2" max="-2" attributes="0"/>
385N/A <Component id="endTimelabel" alignment="0" min="-2" max="-2" attributes="0"/>
385N/A </Group>
385N/A </Group>
385N/A <Component id="jLabel1" alignment="0" min="-2" max="-2" attributes="0"/>
385N/A <Component id="closeButton" alignment="1" min="-2" max="-2" attributes="0"/>
385N/A </Group>
385N/A <EmptySpace max="-2" attributes="0"/>
385N/A </Group>
385N/A </Group>
385N/A </DimensionLayout>
385N/A <DimensionLayout dim="1">
385N/A <Group type="103" groupAlignment="0" attributes="0">
385N/A <Group type="102" alignment="1" attributes="0">
385N/A <Group type="103" groupAlignment="3" attributes="0">
385N/A <Component id="jLabel2" alignment="3" min="-2" max="-2" attributes="0"/>
385N/A <Component id="startTimeLabel" alignment="3" min="-2" max="-2" attributes="0"/>
385N/A </Group>
385N/A <EmptySpace min="-2" max="-2" attributes="0"/>
385N/A <Group type="103" groupAlignment="3" attributes="0">
385N/A <Component id="jLabel4" alignment="3" min="-2" max="-2" attributes="0"/>
385N/A <Component id="endTimelabel" alignment="3" min="-2" max="-2" attributes="0"/>
385N/A </Group>
385N/A <EmptySpace min="-2" max="-2" attributes="0"/>
385N/A <Component id="jLabel1" min="-2" max="-2" attributes="0"/>
385N/A <EmptySpace min="-2" max="-2" attributes="0"/>
385N/A <Component id="notificationsPane" pref="237" max="32767" attributes="0"/>
385N/A <EmptySpace max="-2" attributes="0"/>
385N/A <Component id="closeButton" min="-2" max="-2" attributes="0"/>
385N/A <EmptySpace max="-2" attributes="0"/>
385N/A </Group>
385N/A </Group>
385N/A </DimensionLayout>
385N/A </Layout>
385N/A <SubComponents>
385N/A <Container class="javax.swing.JScrollPane" name="notificationsPane">
385N/A <AuxValues>
385N/A <AuxValue name="autoScrollPane" type="java.lang.Boolean" value="true"/>
385N/A </AuxValues>
385N/A
385N/A <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/>
385N/A <SubComponents>
385N/A <Component class="javax.swing.JTextArea" name="jTextArea1">
385N/A <Properties>
385N/A <Property name="columns" type="int" value="20"/>
385N/A <Property name="editable" type="boolean" value="false"/>
385N/A <Property name="rows" type="int" value="5"/>
385N/A </Properties>
385N/A </Component>
385N/A </SubComponents>
385N/A </Container>
385N/A <Component class="javax.swing.JButton" name="closeButton">
385N/A <Properties>
385N/A <Property name="text" type="java.lang.String" value="Close"/>
385N/A </Properties>
385N/A <Events>
385N/A <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="closeButtonActionPerformed"/>
385N/A </Events>
385N/A </Component>
385N/A <Component class="javax.swing.JLabel" name="jLabel1">
385N/A <Properties>
385N/A <Property name="text" type="java.lang.String" value="Files changed:"/>
385N/A </Properties>
385N/A </Component>
385N/A <Component class="javax.swing.JLabel" name="jLabel2">
385N/A <Properties>
385N/A <Property name="text" type="java.lang.String" value="Last Index Start:"/>
385N/A </Properties>
385N/A </Component>
385N/A <Component class="javax.swing.JLabel" name="startTimeLabel">
385N/A <Properties>
385N/A <Property name="text" type="java.lang.String" value="no time"/>
385N/A </Properties>
385N/A </Component>
385N/A <Component class="javax.swing.JLabel" name="jLabel4">
385N/A <Properties>
385N/A <Property name="text" type="java.lang.String" value="Last Index End:"/>
385N/A </Properties>
385N/A </Component>
385N/A <Component class="javax.swing.JLabel" name="endTimelabel">
385N/A <Properties>
385N/A <Property name="text" type="java.lang.String" value="no time"/>
385N/A </Properties>
385N/A </Component>
385N/A </SubComponents>
385N/A</Form>