readme.txt

来自「一个很好的XUL技术的java Swing用户界面开源程序」· 文本 代码 · 共 40 行

TXT
40
字号
SwingML - Create and deliver Java Swing Based User Interfaces using J2EE technology
===================================================================================
version 2.0, June 2007

Instructions
------------
Unzip to installation directory.

Required jars are distributed in the lib subdirectory.

Latest Documentation:

	  http://swingml.sourceforge.net

   
Quick Start
-----------
Demo:

   (1) put jars in lib folder in classpath
   (2) execute the command line below using a JRE (1.4 or higher) which 
   	   renders a Swing GUI based upon the supplied ./demo/demo.xml
   		
   		java org.swingml.SwingMLRenderer <url to demo.xml> 800 600 
   			
   		*note: you can deploy the demo.xml and SwingML.DTD to a web server and use that URL
   				,specify a file URL file:///drive:|<path>/demo/demo.xml>
   			    , or use the following URL http://swingml.sourceforge.net/demo/demo.xml  
   		
   (3) demo swing UI should appear
   

Other Stuff
-----------
This software is distributed under the terms of the FSF Lesser Gnu 
Public License (see lgpl.txt).

This product includes software developed by the Apache Software 
Foundation (http://www.apache.org/).

⌨️ 快捷键说明

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