摘要: import java.awt.Desktop;import java.io.*; public static void main(String[] args) { // TODO Auto-generated method stub Desktop desktop = null; try{ // Before more Desktop API is used, first check // whether the API is supported by this particular // virtual machine (VM) on this p... 阅读全文
posted @ 2013-12-09 04:59 PORTAWAI 阅读(118) 评论(0) 推荐(0)