⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 commandtips.form

📁 一个简单的操作系统模拟程序 java+swing 可进行一般的文件操作 进程建立及删除等
💻 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="2"/>    <Property name="title" type="java.lang.String" value="Command Tips"/>  </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="2"/>    <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" attributes="0">                      <Component id="jScrollPane1" pref="380" max="32767" attributes="0"/>                      <EmptySpace max="-2" attributes="0"/>                  </Group>                  <Group type="102" alignment="1" attributes="0">                      <Component id="jLabel1" min="-2" max="-2" attributes="0"/>                      <EmptySpace min="-2" pref="163" max="-2" attributes="0"/>                  </Group>              </Group>          </Group>      </Group>    </DimensionLayout>    <DimensionLayout dim="1">      <Group type="103" groupAlignment="0" attributes="0">          <Group type="102" alignment="0" attributes="0">              <EmptySpace max="-2" attributes="0"/>              <Component id="jLabel1" min="-2" max="-2" attributes="0"/>              <EmptySpace max="-2" attributes="0"/>              <Component id="jScrollPane1" pref="259" max="32767" attributes="0"/>              <EmptySpace max="-2" attributes="0"/>          </Group>      </Group>    </DimensionLayout>  </Layout>  <SubComponents>    <Container class="javax.swing.JScrollPane" name="jScrollPane1">      <Properties>        <Property name="horizontalScrollBarPolicy" type="int" value="31"/>      </Properties>      <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="commandTipsArea">          <Properties>            <Property name="columns" type="int" value="20"/>            <Property name="editable" type="boolean" value="false"/>            <Property name="rows" type="int" value="5"/>            <Property name="text" type="java.lang.String" value="There is the command usage tips for our system.&#xa;This system has a UNIX-like shell, if you are familiar with the &#xa;UNIX shell, you will get the way of using this shell quickly.&#xa;&#xa;touch:&#xa;Description:  &#xa;   The touch command is used to create a empty file.This file usually is &#xa;edited and them become a executable file.&#xa;Usag:&#xa;   touch [path].  The path here can be a relative path or a &#xa;absoluted path&#xa;Example:&#xa;   touch /xx/yy&#xa;   touch xx/yy&#xa;   touch ./xx/yy&#xa;&#xa;mkdir:&#xa;Description:  &#xa;   The mkdir command is used to create a empty dirctory&#xa;Usag:&#xa;   mkdir [path].  The path here can be a relative path or a &#xa;absoluted path &#xa;Example:&#xa;   mkdir /xx/yy&#xa;   mkdir xx/yy&#xa;   mkdir ./xx/yy&#xa;&#xa;del:&#xa;Description:  &#xa;   The delete command is used to del a file. It can not be used &#xa;to delete a dirctory &#xa;Usag:&#xa;   del [path].  The path here can be a relative path or a &#xa;absoluted path&#xa;Example:&#xa;   del /xx/yy&#xa;   del xx/yy&#xa;   del ./xx/yy&#xa;&#xa;rm:&#xa;Description:  &#xa;   The rm command is used to delete a file or a dirctory.If the&#xa;dirctory is not empty,it will pop up a option pane and then &#xa;ask the user to confirm. &#xa;Usag:&#xa;   rm [path].  The path here can be a relative path or a &#xa;absoluted path&#xa;Example:&#xa;   rm /xx/yy&#xa;   rm xx/yy&#xa;   rm ./xx/yy&#xa;&#xa;edit:&#xa;Description:  &#xa;   The edit command is used to edit a file.remember to save&#xa;the file when you finish your edit to your file.  &#xa;Usag:&#xa;   edit [path].  The path here can be a relative path or a &#xa;absoluted path&#xa;Example:&#xa;   edit /xx/yy&#xa;   edit xx/yy&#xa;   edit ./xx/yy&#xa;&#xa;run:&#xa;Description:  &#xa;   The run command is used to execute a file. &#xa;Usag:&#xa;   run [path].  The path here can be a relative path or a &#xa;absoluted path&#xa;Example:&#xa;   run /xx/yy&#xa;   run xx/yy&#xa;   run ./xx/yy&#xa;&#xa;Enjoy!"/>          </Properties>        </Component>      </SubComponents>    </Container>    <Component class="javax.swing.JLabel" name="jLabel1">      <Properties>        <Property name="text" type="java.lang.String" value="Commend Tips"/>      </Properties>    </Component>  </SubComponents></Form>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -