readme
来自「java开源的企业总线.xmlBlaster」· 代码 · 共 40 行
TXT
40 行
###################################################################Please read+use ../rhino/README if you want to play internet chessas this example is outdated (too complicated)!###################################################################This is a demo on how to use xmlBlaster together with svg clients. It makes use of the batik package (see http://xml.apache.org).The demo is a chess board where you can move around the pieces. To run the demo do the following:1) start xmlBlaster in one term > java org.xmlBlaster.Main2) start another term and change to the directory $XMLBLASTER_HOME/demo/javaclients/svg/batik and invoke > java javaclients.svg.batik.ExtendedApplication -svgMaster chess.svg -svgUser user13) start another term and change to the same directory as in 2). Invoke > java javaclients.svg.batik.ExtendedApplication -svgSlave chess.svg -svgUser user2enjoyMichele(michele@laghi.eu)Some additional notes:Only svg elements which have an 'id' attribute set which starts with'xmlBlaster.' are considered to be dynamic. This means that only these elementsare allowed to be moved (by dragging with the mouse).
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?