2009年9月20日
摘要: Code highlighting produced by Actipro CodeHighlighter (freeware)
http://www.CodeHighlighter.com/
-->/**
* Hash算法大全<br>
* 推薦使用FNV1算法
* @algorithm None
* @author&n... 閱讀全文
2009年9月15日
寫了一個Java Swing Image Viewer, 支持拖放(Drag&Drop),使用JFrame.pack()自動適應窗體。
我打包為netbeans的工程,感興趣的可以看一下。
源碼下載地址:
http://www.aygfsteel.com/Files/jogl/JImageViewer.zip
2009年8月28日
摘要: Java和Netbeans字體美化 閱讀全文
2009年8月26日
只需要在JFrame的構造函數中,添加
this.setLocationRelativeTo(null);