?? logon.form
字號(hào):
<?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="SuperWhisper beta1"/> <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" alignment="1" attributes="0"> <EmptySpace pref="314" max="32767" attributes="0"/> <Group type="103" groupAlignment="1" attributes="0"> <Component id="logonBtn" alignment="1" min="-2" pref="94" max="-2" attributes="1"/> <Component id="newNameBtn" alignment="1" min="-2" pref="94" max="-2" attributes="1"/> </Group> <EmptySpace min="-2" pref="24" max="-2" attributes="0"/> </Group> <Group type="102" alignment="0" attributes="0"> <EmptySpace min="-2" pref="30" max="-2" attributes="0"/> <Group type="103" groupAlignment="0" max="-2" attributes="0"> <Component id="passwordLable" alignment="0" min="-2" max="-2" attributes="0"/> <Component id="passwordExplainLable" alignment="0" max="32767" attributes="1"/> <Component id="logonLable" alignment="0" min="-2" pref="85" max="-2" attributes="0"/> <Component id="usernameLable" alignment="0" min="-2" pref="74" max="-2" attributes="0"/> <Component id="usernameTF" alignment="0" max="32767" attributes="1"/> <Component id="usernameExplainLable" alignment="0" max="32767" attributes="1"/> <Component id="passwordJPF" alignment="0" max="32767" attributes="1"/> </Group> <EmptySpace min="-2" pref="150" 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" pref="25" max="-2" attributes="0"/> <Component id="logonLable" min="-2" max="-2" attributes="0"/> <EmptySpace min="-2" pref="27" max="-2" attributes="0"/> <Component id="usernameLable" min="-2" max="-2" attributes="0"/> <EmptySpace max="-2" attributes="0"/> <Component id="usernameTF" min="-2" max="-2" attributes="0"/> <EmptySpace max="-2" attributes="0"/> <Component id="usernameExplainLable" min="-2" max="-2" attributes="0"/> <EmptySpace min="-2" pref="17" max="-2" attributes="0"/> <Component id="passwordLable" min="-2" max="-2" attributes="0"/> <EmptySpace max="-2" attributes="0"/> <Component id="passwordJPF" min="-2" max="-2" attributes="0"/> <EmptySpace max="-2" attributes="0"/> <Component id="passwordExplainLable" min="-2" max="-2" attributes="0"/> <EmptySpace min="-2" pref="10" max="-2" attributes="0"/> <Component id="logonBtn" min="-2" max="-2" attributes="0"/> <EmptySpace max="-2" attributes="0"/> <Component id="newNameBtn" min="-2" max="-2" attributes="0"/> <EmptySpace max="-2" attributes="0"/> </Group> </Group> </DimensionLayout> </Layout> <SubComponents> <Component class="javax.swing.JLabel" name="logonLable"> <Properties> <Property name="text" type="java.lang.String" value="Log on"/> </Properties> </Component> <Component class="javax.swing.JTextField" name="usernameTF"> </Component> <Component class="javax.swing.JLabel" name="usernameLable"> <Properties> <Property name="text" type="java.lang.String" value="Username"/> </Properties> </Component> <Component class="javax.swing.JButton" name="newNameBtn"> <Properties> <Property name="text" type="java.lang.String" value="new user"/> </Properties> <Events> <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="newNameBtnActionPerformed"/> </Events> </Component> <Component class="javax.swing.JLabel" name="passwordLable"> <Properties> <Property name="text" type="java.lang.String" value="Password"/> </Properties> </Component> <Component class="javax.swing.JButton" name="logonBtn"> <Properties> <Property name="text" type="java.lang.String" value="log on"/> </Properties> <Events> <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="logonBtnActionPerformed"/> </Events> </Component> <Component class="javax.swing.JLabel" name="usernameExplainLable"> <Properties> <Property name="text" type="java.lang.String" value="characters and numbers only and 8 at most"/> </Properties> </Component> <Component class="javax.swing.JLabel" name="passwordExplainLable"> <Properties> <Property name="text" type="java.lang.String" value="characters and numbers only and 10 at most"/> </Properties> </Component> <Component class="javax.swing.JPasswordField" name="passwordJPF"> </Component> </SubComponents></Form>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -