edafront.gwt.xml.svn-base

来自「利用google开发的GWT工具」· SVN-BASE 代码 · 共 24 行

SVN-BASE
24
字号
<module>      <!-- Inherit the core Web Toolkit stuff.                        -->      <inherits name='com.google.gwt.user.User'/>	      <!-- Inherit the default GWT style sheet.  You can change       -->      <!-- the theme of your GWT application by uncommenting          -->      <!-- any one of the following lines.                            -->      <inherits name='com.google.gwt.user.theme.standard.Standard'/>      <!-- <inherits name="com.google.gwt.user.theme.chrome.Chrome"/> -->      <!-- <inherits name="com.google.gwt.user.theme.dark.Dark"/>     -->      <!-- Other module inherits                                      -->      <!-- Specify the app entry point class.                         -->      <entry-point class='org.gjj.gwt.client.EDAFront'/>          <!-- Specify the application specific style sheet.              -->      <stylesheet src='EDAFront.css' />	  <servlet path="/LoginSystem" class=	  "org.gjj.gwt.server.LoginSystemImpl" /> </module>

⌨️ 快捷键说明

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