📄 natureframe.form
字号:
<?xml version="1.0" encoding="UTF-8" ?><Form version="1.3" type="org.netbeans.modules.form.forminfo.JFrameFormInfo"> <Properties> <Property name="defaultCloseOperation" type="int" value="3"/> <Property name="title" type="java.lang.String" value="自然语言处理"/> <Property name="iconImage" type="java.awt.Image" editor="org.netbeans.modules.form.RADConnectionPropertyEditor"> <Connection component="窗体" name="iconImage" type="property"/> </Property> <Property name="name" type="java.lang.String" value="frame"/> <Property name="resizable" type="boolean" value="false"/> </Properties> <SyntheticProperties> <SyntheticProperty name="formSizePolicy" type="int" value="1"/> </SyntheticProperties> <AuxValues> <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/> <AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="1"/> <AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/> <AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/> <AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/> </AuxValues> <Layout> <DimensionLayout dim="0"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" attributes="0"> <EmptySpace max="-2" attributes="0"/> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" alignment="0" attributes="0"> <Component id="jLabelIn" pref="105" max="32767" attributes="1"/> <EmptySpace max="-2" attributes="0"/> <Component id="jScrollPane1" pref="324" max="32767" attributes="0"/> </Group> <Group type="102" alignment="1" attributes="0"> <Component id="jLabelOut" pref="105" max="32767" attributes="1"/> <EmptySpace max="-2" attributes="0"/> <Component id="jScrollPane2" pref="324" max="32767" attributes="0"/> </Group> </Group> <EmptySpace max="-2" attributes="0"/> </Group> <Group type="102" alignment="0" attributes="0"> <EmptySpace min="-2" pref="42" max="-2" attributes="0"/> <Component id="jButtonExit" min="-2" pref="87" max="-2" attributes="2"/> <EmptySpace max="-2" attributes="0"/> <Component id="jButtonOpenFile" pref="87" max="32767" attributes="2"/> <EmptySpace max="-2" attributes="0"/> <Component id="jButtonSaveFile" pref="87" max="32767" attributes="0"/> <EmptySpace max="-2" attributes="0"/> <Component id="jButtonAbout" pref="87" max="32767" attributes="0"/> <EmptySpace min="-2" pref="45" max="-2" attributes="0"/> </Group> <Group type="102" alignment="1" attributes="0"> <EmptySpace min="-2" pref="320" max="-2" attributes="0"/> <Component id="jButtonReset" pref="85" max="32767" attributes="0"/> <EmptySpace min="-2" pref="48" max="-2" attributes="0"/> </Group> </Group> </DimensionLayout> <DimensionLayout dim="1"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" alignment="0" attributes="0"> <EmptySpace min="-2" max="-2" attributes="0"/> <Group type="103" groupAlignment="1" attributes="0"> <Component id="jScrollPane1" alignment="0" min="0" pref="0" max="32767" attributes="1"/> <Component id="jLabelIn" alignment="0" pref="80" max="32767" attributes="2"/> </Group> <EmptySpace min="-2" pref="19" max="-2" attributes="0"/> <Component id="jButtonReset" min="-2" max="-2" attributes="0"/> <EmptySpace min="-2" pref="17" max="-2" attributes="0"/> <Group type="103" groupAlignment="0" attributes="0"> <Component id="jScrollPane2" min="0" pref="0" max="32767" attributes="1"/> <Component id="jLabelOut" alignment="0" min="-2" pref="81" max="-2" attributes="1"/> </Group> <EmptySpace min="-2" pref="50" max="-2" attributes="0"/> <Group type="103" groupAlignment="3" attributes="0"> <Component id="jButtonExit" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="jButtonOpenFile" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="jButtonSaveFile" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="jButtonAbout" alignment="3" min="-2" max="-2" attributes="0"/> </Group> <EmptySpace min="-2" max="-2" attributes="0"/> </Group> </Group> </DimensionLayout> </Layout> <SubComponents> <Component class="javax.swing.JLabel" name="jLabelIn"> <Properties> <Property name="horizontalAlignment" type="int" value="0"/> <Property name="text" type="java.lang.String" value="输入"/> <Property name="horizontalTextPosition" type="int" value="0"/> </Properties> </Component> <Container class="javax.swing.JScrollPane" name="jScrollPane1"> <AuxValues> <AuxValue name="autoScrollPane" type="java.lang.Boolean" value="true"/> </AuxValues> <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/> <SubComponents> <Component class="javax.swing.JTextArea" name="jTextAreaIn"> <Properties> <Property name="columns" type="int" value="20"/> <Property name="lineWrap" type="boolean" value="true"/> <Property name="rows" type="int" value="5"/> </Properties> <Events> <EventHandler event="caretUpdate" listener="javax.swing.event.CaretListener" parameters="javax.swing.event.CaretEvent" handler="jTextAreaInCaretUpdate"/> </Events> </Component> </SubComponents> </Container> <Component class="javax.swing.JLabel" name="jLabelOut"> <Properties> <Property name="horizontalAlignment" type="int" value="0"/> <Property name="text" type="java.lang.String" value="输出"/> </Properties> </Component> <Container class="javax.swing.JScrollPane" name="jScrollPane2"> <AuxValues> <AuxValue name="autoScrollPane" type="java.lang.Boolean" value="true"/> </AuxValues> <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/> <SubComponents> <Component class="javax.swing.JTextArea" name="jTextAreaOut"> <Properties> <Property name="columns" type="int" value="20"/> <Property name="editable" type="boolean" value="false"/> <Property name="lineWrap" type="boolean" value="true"/> <Property name="rows" type="int" value="5"/> </Properties> </Component> </SubComponents> </Container> <Component class="javax.swing.JButton" name="jButtonReset"> <Properties> <Property name="text" type="java.lang.String" value="重置"/> </Properties> <Events> <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jButtonResetActionPerformed"/> </Events> </Component> <Component class="javax.swing.JButton" name="jButtonExit"> <Properties> <Property name="text" type="java.lang.String" value="退出"/> </Properties> <Events> <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jButtonExitActionPerformed"/> </Events> </Component> <Component class="javax.swing.JButton" name="jButtonOpenFile"> <Properties> <Property name="text" type="java.lang.String" value="打开文件"/> </Properties> <Events> <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jButtonOpenFileActionPerformed"/> </Events> </Component> <Component class="javax.swing.JButton" name="jButtonSaveFile"> <Properties> <Property name="text" type="java.lang.String" value="保存文件"/> </Properties> <Events> <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jButtonSaveFileActionPerformed"/> </Events> </Component> <Component class="javax.swing.JButton" name="jButtonAbout"> <Properties> <Property name="text" type="java.lang.String" value="关于"/> </Properties> <Events> <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jButtonAboutActionPerformed"/> </Events> </Component> </SubComponents></Form>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -