You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

ViewChat.form 5.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <Form version="1.3" maxVersion="1.9" type="org.netbeans.modules.form.forminfo.JFrameFormInfo">
  3. <Properties>
  4. <Property name="defaultCloseOperation" type="int" value="3"/>
  5. <Property name="title" type="java.lang.String" value="Client"/>
  6. </Properties>
  7. <SyntheticProperties>
  8. <SyntheticProperty name="formSize" type="java.awt.Dimension" value="-84,-19,0,5,115,114,0,18,106,97,118,97,46,97,119,116,46,68,105,109,101,110,115,105,111,110,65,-114,-39,-41,-84,95,68,20,2,0,2,73,0,6,104,101,105,103,104,116,73,0,5,119,105,100,116,104,120,112,0,0,2,119,0,0,3,37"/>
  9. <SyntheticProperty name="formSizePolicy" type="int" value="0"/>
  10. <SyntheticProperty name="generateSize" type="boolean" value="true"/>
  11. <SyntheticProperty name="generateCenter" type="boolean" value="true"/>
  12. </SyntheticProperties>
  13. <AuxValues>
  14. <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/>
  15. <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/>
  16. <AuxValue name="FormSettings_generateFQN" type="java.lang.Boolean" value="true"/>
  17. <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/>
  18. <AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="false"/>
  19. <AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="1"/>
  20. <AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/>
  21. <AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/>
  22. <AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/>
  23. </AuxValues>
  24. <Layout class="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout"/>
  25. <SubComponents>
  26. <Component class="javax.swing.JTextField" name="tfMessage">
  27. <Properties>
  28. <Property name="text" type="java.lang.String" value="Nachricht"/>
  29. <Property name="toolTipText" type="java.lang.String" value=""/>
  30. </Properties>
  31. <Constraints>
  32. <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout" value="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout$BorderConstraintsDescription">
  33. <BorderConstraints direction="Last"/>
  34. </Constraint>
  35. </Constraints>
  36. </Component>
  37. <Container class="javax.swing.JPanel" name="pnlConnect">
  38. <Constraints>
  39. <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout" value="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout$BorderConstraintsDescription">
  40. <BorderConstraints direction="First"/>
  41. </Constraint>
  42. </Constraints>
  43. <Layout class="org.netbeans.modules.form.compat2.layouts.DesignFlowLayout"/>
  44. <SubComponents>
  45. <Component class="javax.swing.JLabel" name="lblPort">
  46. <Properties>
  47. <Property name="text" type="java.lang.String" value="PORT"/>
  48. </Properties>
  49. </Component>
  50. <Component class="javax.swing.JTextField" name="tfPort">
  51. <Properties>
  52. <Property name="columns" type="int" value="6"/>
  53. <Property name="text" type="java.lang.String" value="port"/>
  54. </Properties>
  55. </Component>
  56. <Component class="javax.swing.JLabel" name="lblIp">
  57. <Properties>
  58. <Property name="text" type="java.lang.String" value="IP_ADRESSE"/>
  59. </Properties>
  60. </Component>
  61. <Component class="javax.swing.JTextField" name="tfIp">
  62. <Properties>
  63. <Property name="columns" type="int" value="15"/>
  64. <Property name="text" type="java.lang.String" value="ip-Adresse"/>
  65. </Properties>
  66. </Component>
  67. <Component class="javax.swing.JButton" name="btnConnect">
  68. <Properties>
  69. <Property name="text" type="java.lang.String" value="Connect"/>
  70. </Properties>
  71. </Component>
  72. </SubComponents>
  73. </Container>
  74. <Container class="javax.swing.JPanel" name="pnlChat">
  75. <Constraints>
  76. <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout" value="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout$BorderConstraintsDescription">
  77. <BorderConstraints direction="Center"/>
  78. </Constraint>
  79. </Constraints>
  80. <Layout class="org.netbeans.modules.form.compat2.layouts.DesignGridLayout">
  81. <Property name="columns" type="int" value="2"/>
  82. <Property name="rows" type="int" value="0"/>
  83. </Layout>
  84. <SubComponents>
  85. <Container class="javax.swing.JScrollPane" name="jScrollPane2">
  86. <AuxValues>
  87. <AuxValue name="autoScrollPane" type="java.lang.Boolean" value="true"/>
  88. </AuxValues>
  89. <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/>
  90. <SubComponents>
  91. <Component class="javax.swing.JTextArea" name="taChat">
  92. <Properties>
  93. <Property name="columns" type="int" value="20"/>
  94. <Property name="rows" type="int" value="5"/>
  95. </Properties>
  96. </Component>
  97. </SubComponents>
  98. </Container>
  99. <Container class="kommunikation.view.GrafikView" name="grafikViewChat">
  100. <Layout class="org.netbeans.modules.form.compat2.layouts.DesignAbsoluteLayout">
  101. <Property name="useNullLayout" type="boolean" value="true"/>
  102. </Layout>
  103. </Container>
  104. </SubComponents>
  105. </Container>
  106. </SubComponents>
  107. </Form>