notyetnotes

来自「Java样例程序集合:2D」· 代码 · 共 30 行

TXT
30
字号
The location of .jnlp files is defined in index.mem4 thusly:#define JNLPBASE http://java.sun.com/docs/books/javatutorial/onlineonly/JWS/uiswing/components/example-1dot4#definemacro JNLPLINK <a href="$JNLPBASE/$DEMO_NAME.jnlp">$DEMO_NAME</a>For conversion notes, see ../NOTYETexample-1dot4/README.PROBLEMS--------DialogDemo has too many inner classes.  Non-auto-closing dialogdoesn't use the L&F decorations.  Non-modal dialog takes too longto open -- should be prepared in background.  Also see conversionnotes in NOTYETexample-1dot4/README.FileChooserDemo isn't signed and thus can't be launched with JWS.Is this OK?JWSFileChooserDemo uses 2 deprecated APIs -- setNextFocusableComponent& StringBufferInputStream.  Also, it can overwrite existing files.Scary!!TumbleItem:  I forgot the "/" before the ">" on the param tags, whichcaused all but the first to be ignored (null).  General: JWS caches the .jnlp files and doesn't seem to check whetherthey're updated.  To get a jnlp file reread, I had to remove the applicationfrom JWS (Application > Remove) and then try the link in the browseragain.To get a new .jnlp file

⌨️ 快捷键说明

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