📄 show.form
字号:
<EmptySpace max="-2" attributes="0"/> <Component id="sin1" min="-2" max="-2" attributes="0"/> <EmptySpace max="-2" attributes="0"/> <Component id="cos1" min="-2" max="-2" attributes="0"/> </Group> <Group type="102" alignment="0" attributes="0"> <EmptySpace max="-2" attributes="0"/> <Component id="jLabel6" min="-2" max="-2" attributes="0"/> </Group> <Group type="102" alignment="0" attributes="0"> <EmptySpace max="-2" attributes="0"/> <Component id="jScrollPane1" min="-2" max="-2" attributes="0"/> </Group> <Group type="102" alignment="0" attributes="0"> <EmptySpace max="-2" attributes="0"/> <Component id="clearHistory" min="-2" max="-2" attributes="0"/> </Group> </Group> <EmptySpace max="-2" attributes="0"/> </Group> </Group> </DimensionLayout> <DimensionLayout dim="1"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" attributes="0"> <EmptySpace max="-2" attributes="0"/> <Component id="jLabel4" min="-2" max="-2" attributes="0"/> <EmptySpace max="-2" attributes="0"/> <Component id="radian" min="-2" max="-2" attributes="0"/> <EmptySpace max="-2" attributes="0"/> <Component id="angle" min="-2" max="-2" attributes="0"/> <EmptySpace min="-2" pref="18" max="-2" attributes="0"/> <Group type="103" groupAlignment="3" attributes="0"> <Component id="tan" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="cot" alignment="3" min="-2" max="-2" attributes="0"/> </Group> <EmptySpace max="-2" attributes="0"/> <Group type="103" groupAlignment="3" attributes="0"> <Component id="sin" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="cos" alignment="3" min="-2" max="-2" attributes="0"/> </Group> <EmptySpace max="-2" attributes="0"/> <Component id="sqrt" min="-2" max="-2" attributes="0"/> <EmptySpace max="-2" attributes="0"/> <Group type="103" groupAlignment="3" attributes="0"> <Component id="sin1" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="cos1" alignment="3" min="-2" max="-2" attributes="0"/> </Group> <EmptySpace max="-2" attributes="0"/> <Group type="103" groupAlignment="3" attributes="0"> <Component id="tan1" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="cot1" alignment="3" min="-2" max="-2" attributes="0"/> </Group> <EmptySpace min="-2" pref="35" max="-2" attributes="0"/> <Component id="jLabel6" min="-2" max="-2" attributes="0"/> <EmptySpace min="-2" pref="22" max="-2" attributes="0"/> <Component id="jScrollPane1" min="-2" pref="67" max="-2" attributes="0"/> <EmptySpace min="-2" pref="25" max="-2" attributes="0"/> <Component id="clearHistory" min="-2" max="-2" attributes="0"/> <EmptySpace pref="88" max="32767" attributes="0"/> </Group> </Group> </DimensionLayout> </Layout> <SubComponents> <Component class="javax.swing.JLabel" name="jLabel4"> <Properties> <Property name="text" type="java.lang.String" value="弧度选择:"/> </Properties> </Component> <Component class="javax.swing.JRadioButton" name="radian"> <Properties> <Property name="buttonGroup" type="javax.swing.ButtonGroup" editor="org.netbeans.modules.form.RADComponent$ButtonGroupPropertyEditor"> <ComponentRef name="buttonGroupRan"/> </Property> <Property name="selected" type="boolean" value="true"/> <Property name="text" type="java.lang.String" value="弧度"/> <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor"> <Border info="org.netbeans.modules.form.compat2.border.EmptyBorderInfo"> <EmptyBorder bottom="0" left="0" right="0" top="0"/> </Border> </Property> <Property name="margin" type="java.awt.Insets" editor="org.netbeans.beaninfo.editors.InsetsEditor"> <Insets value="[0, 0, 0, 0]"/> </Property> </Properties> </Component> <Component class="javax.swing.JRadioButton" name="angle"> <Properties> <Property name="buttonGroup" type="javax.swing.ButtonGroup" editor="org.netbeans.modules.form.RADComponent$ButtonGroupPropertyEditor"> <ComponentRef name="buttonGroupRan"/> </Property> <Property name="text" type="java.lang.String" value="角度"/> <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor"> <Border info="org.netbeans.modules.form.compat2.border.EmptyBorderInfo"> <EmptyBorder bottom="0" left="0" right="0" top="0"/> </Border> </Property> <Property name="margin" type="java.awt.Insets" editor="org.netbeans.beaninfo.editors.InsetsEditor"> <Insets value="[0, 0, 0, 0]"/> </Property> </Properties> </Component> <Component class="javax.swing.JButton" name="tan"> <Properties> <Property name="text" type="java.lang.String" value="tan"/> </Properties> <Events> <EventHandler event="mouseClicked" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="tanMouseClicked"/> </Events> </Component> <Component class="javax.swing.JButton" name="sqrt"> <Properties> <Property name="text" type="java.lang.String" value="sqrt"/> </Properties> <Events> <EventHandler event="mouseClicked" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="sqrtMouseClicked"/> </Events> </Component> <Component class="javax.swing.JButton" name="cot1"> <Properties> <Property name="text" type="java.lang.String" value="cot~1"/> </Properties> <Events> <EventHandler event="mouseClicked" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="cot1MouseClicked"/> </Events> </Component> <Component class="javax.swing.JButton" name="tan1"> <Properties> <Property name="text" type="java.lang.String" value="tan~1"/> </Properties> <Events> <EventHandler event="mouseClicked" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="tan1MouseClicked"/> </Events> </Component> <Component class="javax.swing.JButton" name="cos1"> <Properties> <Property name="text" type="java.lang.String" value="cos~1"/> </Properties> <Events> <EventHandler event="mouseClicked" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="cos1MouseClicked"/> </Events> </Component> <Component class="javax.swing.JButton" name="sin1"> <Properties> <Property name="text" type="java.lang.String" value="sin~1"/> </Properties> <Events> <EventHandler event="mouseClicked" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="sin1MouseClicked"/> </Events> </Component> <Component class="javax.swing.JButton" name="cos"> <Properties> <Property name="text" type="java.lang.String" value="cos"/> </Properties> <Events> <EventHandler event="mouseClicked" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="cosMouseClicked"/> </Events> </Component> <Component class="javax.swing.JButton" name="sin"> <Properties> <Property name="text" type="java.lang.String" value="sin"/> </Properties> <Events> <EventHandler event="mouseClicked" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="sinMouseClicked"/> </Events> </Component> <Component class="javax.swing.JButton" name="cot"> <Properties> <Property name="text" type="java.lang.String" value="cot"/> </Properties> <Events> <EventHandler event="mouseClicked" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="cotMouseClicked"/> </Events> </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="historyExpression"> <Properties> <Property name="columns" type="int" value="15"/> <Property name="editable" type="boolean" value="false"/> <Property name="rows" type="int" value="5"/> </Properties> </Component> </SubComponents> </Container> <Component class="javax.swing.JLabel" name="jLabel6"> <Properties> <Property name="text" type="java.lang.String" value="历史表达式:"/> </Properties> </Component> <Component class="javax.swing.JButton" name="clearHistory"> <Properties> <Property name="text" type="java.lang.String" value="清除历史表达式"/> </Properties> <Events> <EventHandler event="mouseClicked" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="clearHistoryMouseClicked"/> </Events> </Component> </SubComponents> </Container> <Container class="javax.swing.JPanel" name="jPanel2"> <Properties> <Property name="background" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor"> <Color blue="ff" green="99" red="ff" type="rgb"/> </Property> <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor"> <Border info="org.netbeans.modules.form.compat2.border.TitledBorderInfo"> <TitledBorder/> </Border> </Property> <Property name="enabled" type="boolean" value="false"/> </Properties> <Layout> <DimensionLayout dim="0"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" alignment="0" attributes="0"> <EmptySpace min="-2" pref="35" max="-2" attributes="0"/> <Group type="103" groupAlignment="0" attributes="0"> <Component id="jPanel4" alignment="1" max="32767" attributes="0"/> <Group type="102" alignment="0" attributes="0"> <Group type="103" groupAlignment="0" attributes="0"> <Component id="buF" min="-2" max="-2" attributes="0"/>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -